@charset "utf-8";
/* CSS Document */

/**common**/
*{ margin:0; padding:0;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 'Mircrosoft YaHei',Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
body { overflow-x: hidden; }
/*修改placeholder的默认颜色*/
::-webkit-input-placeholder{
  color:#aaa;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#aaa;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#aaa;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#aaa;
}

.fl { float:left;}
.fr { float:right;}
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf");}
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf");}
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf");}
@font-face { font-family: "Impact"; src: url("../fonts/Impact.ttf");}
@font-face { font-family: "RobotoRegular"; src: url("../fonts/RobotoRegular.ttf");}
@font-face { font-family: "RobotoBold"; src: url("../fonts/RobotoBold.ttf");}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#f0f0f0;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#f0f0f0;} /* 滚动条滑块点击状态 */

.w1400 { width: 1400px; margin: 0 auto; }
@media screen and (max-width:1600px) and (min-width:1200px) {
.w1400 { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1400 { width: 95%; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1400 { width: 95%; }
}
@media screen and (max-width:767px) {
.w1400 { width: 95%; }
}
/**top start**/
.ly_top { width: 100%;height: auto; margin: 0 auto; padding: 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position: relative; z-index:99; }
.ly_top i.tpbgfl { display: block; width: 50%; height: 115px; overflow: hidden; margin: 0; padding: 0; background: #003e9d; position: absolute; left: 50%; top: 0; }
.ly_top .lytop_main { height: 115px; margin: 0 auto; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.lytop_main .ly_logo { width: 21%; height: 115px; margin:0; padding: 0; float: left; }
.ly_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 115px; overflow: hidden; margin: 0; padding: 0; }
.ly_logo a img.logo1 { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }
.lytop_right { float: right; width: 79%; background: #003e9d;border-radius: 20px 0 0 0; }
.ly_nav { width: 80%; margin: 0; padding: 0; float: left; }
.nav_item { position: relative; margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; width: 14.285%; }
.nav_item:last-child { margin: 0; }
.nav_item:hover { }
.nav { width: 100%; height: 115px; margin: 0 auto; padding: 0; position: relative; }
.nav_item > a { display: block; width: 100%; height: 115px; line-height: 115px; color: #fff; font-size: 18px; text-align: center; position: relative; }
.nav_item:hover > a, .nav_item > a.navon {background:#0048b5; border-radius: 20px 0 20px 0; }
.nav_item:hover > a em, .nav_item > a.navon em { width: 100%; }
.fxd .nav_item > a, .subMenu:hover .nav_item > a { color: #333; }
.menu_open { display: none; }
.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100px; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color: #fff; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; }
.nav_item2 a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.ny_top .nav_item2 a { color: #565656; }
.nav_item2:hover a { background-color: #e64b4b; color: #fff; }
.hcover { display: none; }
.lyTop_tel {width: auto;overflow: hidden;color: #fff;font-size: 18px;margin: 45px 0 0;padding: 0 0 0 40px;background: url(../images/top_tel.png) center left no-repeat;background-size: 29px 29px;float: right;}

@media screen and (max-width:1399px) {
.ly_nav{ width:76%;}
.nav_item > a{ font-size:17px;}
}
@media screen and (max-width:1199px) {
.lyTop_tel{ display:none;}	
.ly_nav{ width:100%;}
}
@media screen and (max-width:1079px) {
.ly_top i.tpbgfl{ height:100px;}
.lytop_main .ly_logo{ width:25%; height:100px;}
.ly_logo a{ height:100px;}
.ly_top .lytop_main{ height:100px;}
.lytop_right { width: 72%; }
.ly_nav{ width:100%;}
.nav{ height:100px;} 
.nav_item > a{ height:100px; line-height:100px; font-size:16px;}
.lyTop_tel{ display:none;}
}
@media screen and (max-width:1023px) {
.ly_top{animation-name: none!important;}
.ly_top .lytop_main { height: 90px; }
.lytop_main .ly_logo { width: 30%; height:90px; }
.ly_logo a {height: 90px; }
.lyTop_tel{margin:35px 0 0 0; position:absolute; right:15%; display:block;}
.ly_top i.tpbgfl{ height:90px;}
.lytop_right { width:50%; }
.menu_open { display: block; float: right; width: 40px; height: 40px; padding: 5px 0; border: 1px solid #eaeaea; position:absolute; top: 27px; right: 3%; box-sizing: border-box; z-index: 999999; cursor: pointer }
.menu_open i { height: 2px; width: 50%; background-color: #fff; display: block; margin: 5px auto; }
.menu_open:active { background-color: #003e9d; border: 1px solid #003e9d; }
.menu_open:active i { background-color: #fff; }
.ly_nav { height: 0; }
.nav { width: 100%; height: 100%; position: fixed; top: 0; left: -100%; z-index: 9999999; transition: 0.5s; -webkit-transition: 0.5s; }
.nav.open { left: 0; }
.hcover { display: block; width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; left: -100%; top: 0; z-index: 9999998; transition: 0.5s; -webkit-transition: 0.5s; }
.nav.open .hcover { left: 0; }
.nav_ul { margin: 0; width: 50%; background-color: #003e9d; height: 100%; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 10px; text-align: left; display: block; left: 0; position: relative; z-index: 9999999; }
.nav_item { float: none; margin: 0; width: 100%; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,.2); }
.nav_item > a { display: block; height: 70px; line-height: 70px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; font-size: 15px; color: #fff !important; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav_item > a:active { background-color: #003e9d; }
.nav_item > a:after { display: none; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255,255,255,.5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 22px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #003e9d; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; margin: 0; padding: 15px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.1); text-indent: 30px; position: relative; }
.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255,255,255,.5); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { width: 100%; display: block; line-height: 30px; height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; margin: 0; padding: 10px; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 14px; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0,0,0,.1); }
.nav_item > a:hover, .nav_item > a.navon { background: none; }
.nav_item:first-child { width: 100%; }
}
@media (max-width: 767px) {
.ly_top{animation-name: none!important;}
.ly_top .lytop_main { height: 80px; }
.lytop_main .ly_logo { width: 65%; height:80px; }
.ly_logo a {height: 80px; }
.ly_top i.tpbgfl { display: none; }
.menu_open { top: 19px; }
.menu_open i { background: #003e9d; }
.lyTop_tel{ display:none;}
}
/**top end**/

/* banner 开始 */
.apple-banner { width: 100%; height: 700px; overflow: hidden; }
.apple-banner .swiper-container1 { width: 100%; height: 700px; position: relative; }
.apple-banner .swiper-container1 .swiper-button-prev, .apple-banner .swiper-container1 .swiper-button-next { width: 15%; height: 100%; top: 0; background: none; margin: 0; }
.apple-banner .swiper-container1 .swiper-button-prev { left: 0; }
.apple-banner .swiper-container1 .swiper-button-next { right: 0; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display: block; width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.3) url(../images/jtl.png) center center no-repeat; left: 20px; }
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.3) url(../images/jtr.png) center center no-repeat; right: 20px; }
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span { opacity: .7; }
/*分页器*/
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { top: auto; bottom: 70px; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 15px; height: 15px; background: none; border: 1px solid #fff; margin: 0 4px; cursor: pointer; border-radius: 0; opacity: 1; border-radius: 50%; }
.apple-banner .swiper-pagination-bullet-active { background: #fff; }
@media screen and (max-width:1499px) {
.apple-banner { height: 666px; }
.apple-banner .swiper-container1 { height: 666px; }
}
@media screen and (max-width:1299px) {
.apple-banner { height: 500px; }
.apple-banner .swiper-container1 { height: 500px; }
.apple-banner .swiper-pagination-bullet { width: 12px; height: 12px; margin: 0 3px; }
.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; }
.apple-banner .swiper-pagination-bullet i { height: 12px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { bottom: 60px; }
}
@media screen and (max-width:1023px) {
.apple-banner { height: 450px; }
.apple-banner .swiper-container1 { height: 450px; }
}
@media screen and (max-width:768px) {
.apple-banner { height: 350px; }
.apple-banner .swiper-container1 { height: 350px; }
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { bottom: 50px; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { width: 44px; height: 44px;  }
.apple-banner .swiper-button-prev span { left: 10px; }
.apple-banner .swiper-button-next span { right: 10px; }
.apple-banner .swiper-pagination { bottom: 12px; }
.apple-banner .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 2px; }
.apple-banner .swiper-pagination-bullet span { width: 10px; height: 10px; }
.apple-banner .swiper-pagination-bullet i { height: 10px; }
}
@media screen and (max-width:767px) {
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { bottom: 30px; }	
}
@media screen and (max-width:600px) {
.apple-banner { height: 300px; }
.apple-banner .swiper-container1 { height: 300px; }

}
@media screen and (max-width:500px) {
.apple-banner { height: 190px; }
.apple-banner .swiper-container1 { height: 190px; }
}
@media screen and (max-width:375px) {
.apple-banner { height: 180px; }
.apple-banner .swiper-container1 { height: 180px; }
}
@media screen and (max-width:320px) {
.apple-banner { height: 160px; }
.apple-banner .swiper-container1 { height: 160px; }
}
/* banner 结束 */

/*热门关键词&搜索 开始*/
.lyKeySs { width: 100%; margin: -40px auto 0; padding: 0; position: relative; z-index: 9; }
.lyKeySs .lyKeySs_Main {height: 70px;margin: 0 auto;padding: 0;background: #fff;border-radius: 30px 0 30px  0;}
.lyKeySs .nyKeySs_Main {background: #f9f9f9;}
.lyKeywords {width: 60%;height: 70px;overflow: hidden;line-height: 70px;color: #fff;font-size: 16px;margin: 0;padding: 0 0 0 170px;float: left;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyKeywords .lyKeyTit {width: 155px;height: 70px;overflow: hidden;line-height: 70px;color: #555;font-size: 16px;margin: 0;padding: 0;position: absolute;left: 30px;top: 0;}
.lyKeyTit img {display: inline-block;width: 29px;height: 29px;vertical-align: middle;margin: -4px 15px 0 0;}
.lyKeywords a {display: inline-block;color: #999;font-size: 16px;margin: 0 10px;padding: 0;}
.lyKeySs .nyhotkw_left{ width:60%; float:left; height:70px; line-height:70px;padding:25px 10px 0 30px;float: left;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyKeySs .nyhotkw_left p { font-size:16px; color:#555;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyKeySs .nyhotkw_left p a{ color: #666;} 
.lyKeySs .nyhotkw_left p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.lyKeySs .nyhotkw_left p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}

.lySearch {width: 40%;height: 70px;margin: 0;padding: 0 30px;float: right;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: #0048b5;border-radius: 0 0 30px 0;}
.lySearch i {width: 100%;height: 70px;margin: 0;padding: 0;position: absolute;left: 0;top: 0;background: url(../images/tpbg03.png) center left no-repeat;}
.lySearch .ScForm {width: 100%;margin: 0 auto;padding: 0;position: relative;z-index: 1;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid rgba(255,255,255,.25);height: 56px;}
.ScForm form {width: 100%;margin: 0;padding: 0 40px 0 0;float: right;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ScForm form .sc_ipt {width: 100%;height: 55px;overflow: hidden;margin: 0;padding: 0;}
.ScForm form .sc_ipt input {display: block;width: 100%;overflow: hidden;color: rgba(255,255,255,.45);font-size: 16px;margin: 0;padding: 20px 20px 0 0;background-color: #0048b5;border: 0;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ScForm form .sc_btn {width: 22px;height: 23px;margin: 0;padding: 0;position: absolute;top: 22px;right: 5px;}
.ScForm form .sc_btn input {display: block;width: 100%;height: 23px;overflow: hidden;margin: 0;padding: 0;background: url(../images/ss.png) center center no-repeat;background-size: 22px 23px;border: 0;outline: none;cursor: pointer;opacity: 1;}
.ScForm form input:-moz-placeholder {
 color: rgba(255,255,255,.45);
}
 .ScForm form input:-ms-input-placeholder {
 color: rgba(255,255,255,.45);
}
 .ScForm form input::-webkit-input-placeholder {
 color: rgba(255,255,255,.45);
}
@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ScForm form{ padding:0 20px 0 0;}
}
@media screen and (max-width:767px) {
.lyKeySs{ margin:-20px auto 0;}
.lyKeySs .lyKeySs_Main{ height:55px;}
.lyKeywords{ display:none;}
.lySearch{ width:100%;height: 55px;}
.lySearch i {height: 55px;}
.lySearch .ScForm {height: 41px;}
.ScForm form .sc_ipt {height: 40px;}
.ScForm form .sc_ipt input {font-size: 14px;margin: 0;padding: 13px 20px 0 0;}
.ScForm form .sc_btn {top: 10px;}
.ScForm form .sc_btn input {background-size:17px 18px;}
.lyKeySs .nyhotkw_left{ width:100%;padding: 20px 0 0; height:60px; line-height:40px;}
.lyKeySs .nyhotkw_left p{ font-size:14px;}
}
/*热门关键词&搜索 结束*/

/*首页产品中心 开始*/
.lyIdx_Pro { width: 100%; padding: 90px 0 50px; background: #f9f9f9; overflow: hidden; position:relative; top:-30px; }
.ly_Title { height: 55px;margin-bottom:30px; position:relative; }
.ly_Title .lyTitle_l { float: left; margin-top:5px; }
.ly_Title .lyTitle_l em{ width:6px; height:36px; display:block; float:left; background:#0048b5;}
.ly_Title .lyTitle_l b { display: block; color: #333; font-size: 36px; text-align: center;float: left; height:36px; line-height:36px; margin:0 8px;}
.ly_Title .lyTitle_l span { display: block; font-size: 18px; color: #bfbfbf; float: left;font-family: 微软雅黑; margin-top:15px; }
.ly_Title1{ margin-bottom:15px;}
.ly_Title1 .lyTitle_l em{ background:#fff;}
.ly_Title1 .lyTitle_l b{ color:#fff;}
.ly_Title1 .lyTitle_l span{ color:#fff;}
.ly_Title .lyTitle_btn { float: right; width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #555; border-radius: 15px 0 15px 0; background: #fff url(../images/jt01.png) no-repeat 80% center; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top:5px; }
.ly_Title .lyTitle_btn a { display: block; width: 100%; height: 100%; color: #555; }
.ly_Title .lyTitle_btn:hover{background: #0048b5 url(../images/jt0.png) no-repeat 80% center;}
.ly_Title .lyTitle_btn:hover a{ color:#fff;}
.lyIdx_menu {overflow: hidden; height: 20px; max-width:50%; margin:15px 0 0 0; position:absolute; right:130px; }
.lyIdx_menu ul li { float: left; padding:0 15px; border-right:1px solid #d5d5d5; height:20px; line-height:20px; max-width:150px;}
.lyIdx_menu ul li:last-child{ border:0;}
.lyIdx_menu ul li:first-child{ padding:0 10px 0 0;}
.lyIdx_menu ul li:first-child a{color: #0048b5;}
.lyIdx_menu ul li img{ display:block; float:left; margin:2px 8px 0 0;}
.lyIdx_menu ul li a { display: block; text-align: center; color: #999; font-size: 16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyIdx_menu ul li:hover a { color: #0048b5; }
.lyIdx_Prolist ul li { float: left; width: 23.5%; margin: 0 2% 30px 0; background: #fff; padding: 10px 10px 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; text-align:center; overflow:hidden; }
.lyIdx_Prolist ul li:nth-child(4n+4){ margin-right:0;}
.lyIdx_Prolist ul li .lyIdxPro_img { width: 100%; height: 250px; position: relative; }
.lyIdx_Prolist ul li .lyIdxPro_img img { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-height: 90%; max-width: 90%;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdx_Prolist ul li .lyIdxPro_text { width: 100%;padding:15px 5px 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdx_Prolist ul li .lyIdxPro_name { line-height:30px; overflow: hidden; }
.lyIdx_Prolist ul li .lyIdxPro_name a { display: block;  font-size: 18px; color: #333; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight:bold }
.lyIdx_Prolist ul li .lyIdxPro_name span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  font-size: 16px;color:#999;}
.lyIdx_Prolist ul li .lyIdxPro_name span img{ display: inline-block; margin:-4px 6px 0 0;}
.lyIdx_Prolist ul li .lyIdxPro_btn { display:inline-block; width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #555; border-radius: 15px 0 15px 0; background: #f9f9f9 url(../images/jt01.png) no-repeat 80% center; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top:10px; text-align:left; }
.lyIdx_Prolist ul li .lyIdxPro_btn a { display: block; width: 100%; height: 100%; color: #555; }
.lyIdx_Prolist ul li:hover{ box-shadow:0 0 30px rgba(0,0,0,.1);}
.lyIdx_Prolist ul li:hover .lyIdxPro_btn{background: #0048b5 url(../images/jt0.png) no-repeat 80% center;}
.lyIdx_Prolist ul li:hover .lyIdxPro_btn a{ color:#fff;}
.lyIdx_Prolist ul li:hover .lyIdxPro_name b{ color:#0048b5;}
.lyIdx_Prolist ul li:hover .lyIdxPro_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
@media screen and (max-width:1199px) and (min-width:1080px) {
.lyIdx_Prolist ul li{ width:48.5%; margin:0 3% 30px 0;}
.lyIdx_Prolist ul li:nth-child(2n+2){ margin-right:0;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lyIdx_Pro{ padding:80px 0 25px;}
.ly_Title{ margin-bottom:20px;}
.ly_Title .lyTitle_l em{ height:33px;}
.ly_Title .lyTitle_l b{ height:33px; line-height:33px; font-size:32px;}
.ly_Title .lyTitle_l span{ font-size:16px; margin-top:10px;}
.lyIdx_Prolist ul li{ width:48.5%; margin:0 3% 30px 0;}
.lyIdx_Prolist ul li:nth-child(2n+2){ margin-right:0;}

}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyIdx_Pro{ padding:70px 0 15px;}
.ly_Title{ margin-bottom:20px;}
.ly_Title .lyTitle_l em{ height:30px;}
.ly_Title .lyTitle_l b{ height:30px; line-height:30px; font-size:28px;}
.ly_Title .lyTitle_l span{ font-size:15px; margin-top:10px;}
.lyIdx_menu ul li a{ font-size:15px;}
.lyIdx_Prolist ul li{ width:48.5%; margin:0 3% 30px 0;}
.lyIdx_Prolist ul li:nth-child(2n+2){ margin-right:0;}
.lyIdx_Prolist ul li .lyIdxPro_img{ height:200px;}
}
@media (max-width: 767px) {
.lyIdx_Pro{ padding:60px 0 5px;}
.ly_Title{ margin-bottom:55px;}
.ly_Title1{ margin-bottom:5px;}
.ly_Title .lyTitle_l em{ height:28px;}
.ly_Title .lyTitle_l b{ height:30px; line-height:30px; font-size:24px;}
.ly_Title .lyTitle_l span{ font-size:14px; margin-top:10px;}
.ly_Title .lyTitle_btn{ width:100px;background: #fff url(../images/jt01.png) no-repeat 85% center; padding-left: 15px;}
.lyIdx_menu{ top:50px; left:0; right:inherit; max-width:100%;}
.lyIdx_menu ul li{ padding:0 10px;}
.lyIdx_menu ul li a{ font-size:14px;}
.lyIdx_Prolist ul li{ width:100%;}
.lyIdx_Prolist ul li .lyIdxPro_img{ height:150px;}
.lyIdx_Prolist ul li .lyIdxPro_name b{ font-size:16px;}
.lyIdx_Prolist ul li .lyIdxPro_name span{ font-size:14px;}
}

/*首页产品中心 结束*/

/*首页关于我们 开始*/
.lyIdx_about{ width:100%; overflow:hidden;padding:35px 0 65px;}
.lyIdxAbout_l{ width:49%; float:left; padding:0 80px 0 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; position:relative;}
.lyIdxAbout_l .lyIdxAbout_name{ font-size:28px; color:#0048b5; margin:-10px 0 30px; font-weight:bold;}
.lyIdxAbout_l .about_des{ font-size:16px; color:#666;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:150px; line-height:30px;}
.lyIdxAbout_l .about_btn { float: left; width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; border-radius: 15px 0 15px 0; background: #0048b5 url(../images/jt0.png) no-repeat 80% center; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top:80px; }
.lyIdxAbout_l .about_btn a { display: block; width: 100%; height: 100%; color: #fff; }
.lyIdxAbout_r{ width:51%; float:right; position:relative; height:440px; overflow:hidden; }
.lyIdxAbout_r img{ display:block; width:100%; height:100%; margin:auto; position:absolute; top:0; right:0; left:0; bottom:0;object-fit: cover;border-radius:35px 0 35px 0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxAbout_r img:hover{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.lyIdx_about .iyIdxAbout_ys{ width:100%; height:130px; border:1px solid #d6d6d6; border-radius:30px; margin-top:50px; overflow:hidden;}
.lyIdx_about .iyIdxAbout_ys ul li{ float:left; width:25%; border-right:1px solid #d6d6d6;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:35px; height:130px;}
.lyIdx_about .iyIdxAbout_ys ul li:first-child{border-radius:30px 0 0 30px;}
.lyIdx_about .iyIdxAbout_ys ul li:last-child{ border:0; border-radius:0 30px 30px 0;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_ico{ width:52px; height:52px; border:2px solid #0048b5; border-radius:50px; float:left; margin-top:3px;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_ico img{ max-height:100%; max-width:100%;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_text{ float:right;width: calc(100% - 70px);}
.lyIdx_about .iyIdxAbout_ys ul li .ys_text b{ display:block; font-size:20px;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_text p{ font-size:16px; color:#999; margin-top:3px;}
.lyIdx_about .iyIdxAbout_ys ul li:first-child .ys_text p{ font-size:14px;}
.lyIdx_about .iyIdxAbout_ys ul li:hover{ background:#0048b5;}
.lyIdx_about .iyIdxAbout_ys ul li:hover .ys_ico{ background:#fff; border:2px solid #fff;}
.lyIdx_about .iyIdxAbout_ys ul li:hover .ys_text b{ color:#fff;}
.lyIdx_about .iyIdxAbout_ys ul li:hover .ys_text p{ color:#fff;}
@media screen and (max-width:1199px) and (min-width:1024px) {
.lyIdx_about{padding:20px 0 55px;}
.lyIdxAbout_l{padding:0 40px 0 0; width:45%;}
.lyIdxAbout_l .lyIdxAbout_name{ margin:20px 0;}	
.lyIdxAbout_l .about_btn{ margin-top:60px;}
.lyIdxAbout_r{ width:55%;height:400px;}
.lyIdx_about .iyIdxAbout_ys{ height:auto; margin-top:40px;}
.lyIdx_about .iyIdxAbout_ys ul li{ width:50%; border-bottom:1px solid #d6d6d6; padding:30px; height:auto;}
.lyIdx_about .iyIdxAbout_ys ul li:nth-child(2){ border-right:0;}
.lyIdx_about .iyIdxAbout_ys ul li:nth-child(3){ border-bottom:0;}
.lyIdx_about .iyIdxAbout_ys ul li:first-child,.lyIdx_about .iyIdxAbout_ys ul li:last-child{border-radius:0;}
}
@media screen and (max-width:1023px) and (min-width:880px) {
.lyIdx_about{padding:10px 0 45px;}
.lyIdxAbout_l{ width:100%; padding:0; margin-bottom:30px;}
.lyIdxAbout_l .lyIdxAbout_name {font-size: 26px;}
.lyIdxAbout_l .about_btn{ margin-top:40px;}
.lyIdxAbout_r{ width:100%; height:400px;}
.lyIdx_about .iyIdxAbout_ys{ height:auto; margin-top:30px;}
.lyIdx_about .iyIdxAbout_ys ul li{ width:50%; border-bottom:1px solid #d6d6d6; padding:30px; height:auto;}
.lyIdx_about .iyIdxAbout_ys ul li:nth-child(2){ border-right:0;}
.lyIdx_about .iyIdxAbout_ys ul li:nth-child(3){ border-bottom:0;}
.lyIdx_about .iyIdxAbout_ys ul li:first-child,.lyIdx_about .iyIdxAbout_ys ul li:last-child{border-radius:0;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_text b{ font-size:22px;}
}
@media (max-width: 879px) {
.lyIdx_about .iyIdxAbout_ys{ height:auto; margin-top:30px;}
.lyIdx_about .iyIdxAbout_ys ul li{ width:100%; border:0; border-bottom:1px solid #d6d6d6; padding:25px; height:auto;}
.lyIdx_about .iyIdxAbout_ys ul li:first-child,.lyIdx_about .iyIdxAbout_ys ul li:last-child{border-radius:0;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_ico{ width:45px; height:45px;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_text b{ font-size:20px;}
.lyIdx_about .iyIdxAbout_ys ul li .ys_text p{ font-size:15px;}
}
@media (max-width: 767px) {
.lyIdx_about{padding:0 0 35px;}
.lyIdxAbout_l{ width:100%; padding:0; margin-bottom:20px;}
.lyIdxAbout_l .lyIdxAbout_name {font-size: 24px;margin:-50px 0 10px;}
.lyIdxAbout_l .about_des{ font-size:14px; line-height:26px; height:125px;}
.lyIdxAbout_l .about_btn{ margin-top:35px; font-size:15px;}
.lyIdxAbout_r{ width:100%; height:250px;}
}
/*首页关于我们 结束*/

/*首页横幅 开始*/
.lyIdx_heng{ width:100%; height:250px; background:url(../images/hengfu.png) no-repeat; overflow:hidden; text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:5% 0 0; background-size:100% 100%;}
.lyIdx_heng b{ display:block;font-size:36px; color:#fff; line-height:45px;}
.lyIdx_heng b span{ color:#0048b5;}
@media screen and (max-width:1699px) and (min-width:1600px) {
.lyIdx_heng{padding:6% 0 0;}
}
@media screen and (max-width:1599px) and (min-width:1500px) {
.lyIdx_heng{padding:6% 0 0; height:240px;}
}
@media screen and (max-width:1499px) and (min-width:1401px) {
.lyIdx_heng{padding:7% 0 0; height:240px;}
}
@media screen and (max-width:1400px) and (min-width:1080px) {
.lyIdx_heng{ height:230px; padding:7% 0 0;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lyIdx_heng{ height:200px; padding:7% 0 0;}
.lyIdx_heng b{ font-size:32px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyIdx_heng{ height:200px; padding:8% 0 0;}
.lyIdx_heng b{ font-size:28px;}
}
@media (max-width: 767px) {
.lyIdx_heng{ height:100px;padding:4.5% 0 0;}
.lyIdx_heng b{ font-size:20px; line-height:30px;}
}
@media (max-width: 650px) {
.lyIdx_heng{ padding:4% 0 0;}
}
@media (max-width: 500px) {
.lyIdx_heng{ padding:5% 0 0;}
}
@media (max-width: 320px) {
.lyIdx_heng{ padding:6% 0 0;}
}
/*首页案例展示 开始*/
.lyIdx_Case{ width:100%; padding:65px 0; overflow:hidden;}
.lyIdx_Case .lyIdxCase_l{ width:30%; float:left; padding-right:60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; margin-top:60px;}
.lyIdx_Case .lyIdxCase_l .lyIdxCase_des{ font-size:16px; color:#666; line-height:28px;}
.lyIdx_Case .lyIdxCase_l .case_btn { display:inline-block; width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #555; border-radius: 15px 0 15px 0; background: #f9f9f9 url(../images/jt01.png) no-repeat 80% center; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top:60px; }
.lyIdx_Case .lyIdxCase_l .case_btn a { display: block; width: 100%; height: 100%; color: #555; }
.lyIdx_Case .lyIdxCase_l .case_btn:hover{background: #0048b5 url(../images/jt0.png) no-repeat 80% center;}
.lyIdx_Case .lyIdxCase_l .case_btn:hover a{ color:#fff;}
.lyIdx_Case .lyIdxCase_list{ width:70%; float:right;height: auto; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdx_Case .lyIdxCase_list ul li{ float:left; width:32%; margin:0 2% 20px 0;}
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_img{ width:100%; height:330px; position:relative; overflow:hidden;border-radius: 35px 0 0 0;}
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_img img{ display:block; position:absolute; margin:auto; top:0; left:0; bottom:0; right:0; width:100%; height:100%; object-fit:cover;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdx_Case .lyIdxCase_list ul li:hover .lyIdxCase_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text { width:100%; background:#f9f9f9; padding:10px 20px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; text-align:center; border-radius: 0 0 35px 0;}
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text p{ font-size:16px; color:#333; text-align:center; padding:0 10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text a{ display:block; width:100%; height:100%; color:#333;}
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text span{ display:block; font-size:36px; color:#0048b5; font-family:Georgia, "Times New Roman", Times, serif; line-height:40px; }
.lyIdx_Case .lyIdxCase_list ul li:hover .lyIdxCase_text{ background:#0048b5;}
.lyIdx_Case .lyIdxCase_list ul li:hover .lyIdxCase_text a,.lyIdx_Case .lyIdxCase_list ul li:hover .lyIdxCase_text span,.lyIdx_Case .lyIdxCase_list ul li:hover .lyIdxCase_text p{ color:#fff;}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lyIdx_Case{ padding:55px 0;}
.lyIdx_Case .lyIdxCase_l{ width:35%;}
.lyIdx_Case .lyIdxCase_list{ width:65%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyIdx_Case{ padding:45px 0 35px;}
.lyIdx_Case .lyIdxCase_l{ width:100%; margin:0 0 30px 0; padding:0;}
.lyIdx_Case .lyIdxCase_l .lyIdxCase_des{ margin:-10px 0 0;}
.lyIdx_Case .lyIdxCase_list{ width:100%;}
.lyIdx_Case .lyIdxCase_l .case_btn{ margin-top:40px;}
}
@media (max-width: 767px) {
.lyIdx_Case{ padding:35px 0 20px;}
.lyIdx_Case .lyIdxCase_l{ width:100%; margin:0 0 30px 0; padding:0;}
.lyIdx_Case .lyIdxCase_l .lyIdxCase_des{ margin:-50px 0 0; font-size:15px; line-height:26px;}
.lyIdx_Case .lyIdxCase_l .case_btn{ margin-top:20px;}
.lyIdx_Case .lyIdxCase_list{ width:100%;}
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_img{ height:250px;}
}
/*首页案例展示 结束*/

/*首页新闻资讯 开始*/
.lyIdx_News{ width:100%; padding:65px 0 110px; overflow:hidden; background:#f9f9f9;}
.lyIdx_News .lyIdxNews_l{ width:30%; float:left; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#0048b5 url(../images/news_bg.png) no-repeat bottom; height:770px; padding:40px; border-radius:35px 0 35px 0;}
.lyIdx_News .lyIdxNews_l .lyIdxNews_des{ font-size:16px; color:rgba(255,255,255,.65); line-height:30px; margin-bottom:60px;}
.lyIdx_News .lyIdxNews_r{ width:67%; float:right;}
.lyIdxNews_tj{ width:100%; background:#fff; overflow:hidden; margin-bottom:30px;border-radius:35px 0 0 0;}
.lyIdxNews_tj .lyIdxNews_tjimg{ width:45%; height:280px; float:left; position:relative; overflow:hidden;}
.lyIdxNews_tj .lyIdxNews_tjimg img{ display:block; position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; width:100%; height:100%; _object-fit:cover; border-radius:35px 0 0 0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxNews_tj .lyIdxNews_tjtext{ width:55%; float:right; padding:40px 30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyIdxNews_tj .lyIdxNews_tjtext a.lyIdxNews_tjName{ display:block; font-size:20px; color:#333;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; height:30px; line-height:30px;}
.lyIdxNews_tj .lyIdxNews_tjtext p{ font-size:16px; color:#666;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height:52px; line-height:28px; margin:10px 0 50px;}
.lyIdxNews_tj:hover .lyIdxNews_tjtext a.lyIdxNews_tjName{color:#0048b5;}
.lyIdxNews_tjTime{ float:left; width:50%; font-size:16px; color:#999; margin-top:10px;}
.lyIdxNews_tjTime img{ display:inline-block; margin:-4px 8px 0 0;}
.lyIdxNews_tjbtn{ float: right; width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #555; border-radius: 15px 0 15px 0; background: #0048b5 url(../images/jt0.png) no-repeat 80% center; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top:5px; }
.lyIdxNews_tjbtn a { display: block; width: 100%; height: 100%; color: #fff; }
.lyIdxNews_tj:hover .lyIdxNews_tjimg img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.IdxNews_xw{ width:48.5%; float:left;}
.IdxNews_wz{ width:48.5%; float:right;}
.IdxNews_xw .IdxNewsxw_tit{ height:70px; font-size:18px; color:#fff; width:100%; border-radius:20px 0 0 0; }
.IdxNews_xw .IdxNewsxw_tit b{ display:block; height:63px; line-height:63px; background:#0048b5;padding:0 0 0 28px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; border-radius:20px 0 0 0; }
.IdxNews_xw .IdxNewsxw_tit img{ display:block; margin-left:55px;}
.IdxNewsxw_list{ background:#fff; padding:10px 30px 0; margin-top:-7px; border-radius:0 0 30px 0;}
.IdxNewsxw_list ul li{ border-bottom:1px solid #ececec; padding:21px 0;}
.IdxNewsxw_list ul li:last-child{ border:0;}
.IdxNewsxw_list ul li a{ display:block; font-size:18px; color:#333; height:30px; line-height:30px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.IdxNewsxw_list ul li p{ font-size:16px; color:#999;}
.IdxNewsxw_list ul li:hover a{ color:#0048b5;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lyIdx_News{ padding:55px 0 105px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lyIdx_News{ padding:45px 0 90px;}
.lyIdx_News .lyIdxNews_l{ width:100%; height:auto;background-size: cover;}
.lyIdx_News .lyIdxNews_r{ width:100%; margin-top:30px;}
.IdxNews_xw .IdxNewsxw_tit{ height:63px; font-size:16px;}
.IdxNews_xw .IdxNewsxw_tit b{ height:55px; line-height:55px;}
.IdxNewsxw_list{ padding: 10px 20px 0;}
.IdxNewsxw_list ul li{ padding:15px 0;}
.IdxNewsxw_list ul li a{ font-size:16px;}
.IdxNewsxw_list ul li p{ font-size:15px;}
}
@media (max-width: 767px) {
.lyIdx_News{ padding:35px 0 55px; }
.lyIdx_News .lyIdxNews_l{ width:100%; height:auto;}
.lyIdx_News .lyIdxNews_l .lyIdxNews_des{ font-size:15px;}
.lyIdxNews_btn{ display:none;}
.lyIdxNews_btn a img{ height:50px;}
.lyIdx_News .lyIdxNews_l .lyIdxNews_des{ margin-bottom:0;}
.lyIdx_News .lyIdxNews_r{ width:100%; margin-top:30px;}
.lyIdxNews_tj .lyIdxNews_tjimg{ width:100%; height:200px;}
.lyIdxNews_tj .lyIdxNews_tjtext{ padding:20px 10px; width:100%;}
.lyIdxNews_tj .lyIdxNews_tjtext a.lyIdxNews_tjName{ font-size:17px;}
.lyIdxNews_tj .lyIdxNews_tjtext p{ font-size:15px;margin: 10px 0 20px;}
.lyIdxNews_tjTime{ font-size:15px;}
.IdxNews_xw{ width:100%; margin-bottom:30px;}
.IdxNews_xw .IdxNewsxw_tit{ height:63px; font-size:16px;}
.IdxNews_xw .IdxNewsxw_tit b{ height:55px; line-height:55px;}
.IdxNewsxw_list{ padding: 10px 20px 0;}
.IdxNewsxw_list ul li{ padding:15px 0;}
.IdxNewsxw_list ul li a{ font-size:15px;}
.IdxNewsxw_list ul li p{ font-size:14px;}
 }
/*首页新闻资讯 结束*/

/*底部 开始*/
/*友情链接 开始*/
.links{width:100%;left:0;top: -49px;position:absolute;}
.link{background: #0048b5;padding: 20px 30px;min-height: 100px;border-radius: 20px 0 20px 0;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.link .link_tit{width: 102px;background: url(../images/link_titbg.png) left center no-repeat;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;height: 62px;padding: 17px 0 0 17px;}
.link .link_tit p{display:block;font-size: 14px;color: #0048b5;}
.link .link_tit span{display:block;font-size: 20px;color: #0048b5;line-height: 15px;text-transform: uppercase;}
.link .link_m{margin: 5px 0;padding-right: 1%;width: calc(100% - 135px);}
.link .link_m a{display:inline-block;font-size:15px;color: rgba(255,255,255,.45);line-height:30px;margin-right:1%;}
.link .link_m a:hover{color:#fff;}
/*友情链接 结束*/
.ly_Foot { width:100%; height:auto; margin:0 auto; padding:60px 0 0; background-color:#222; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;}
.ny_Foot{ padding:10px 0 0;}
.ly_Foot .lyFoot_Main {  overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Main .lyFootTop{padding: 5px 0;overflow:hidden;border-bottom: 1px solid rgba(255,255,255,.1);}
.lyFoot_Main .lyFootLogo{ width:25%; float:left;}
.lyFoot_Main .lyFoot_Nav {width:70%;height:40px;overflow:hidden;line-height:40px;color:#fff;font-size:16px;text-align:center;margin: 30px auto;padding:0;float:right;}
.lyFoot_Main .lyFoot_Nav ul li{ float:left; width:14.285%;}
.lyFoot_Nav a { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; vertical-align:middle; margin:0; padding:0;width: calc(100% - 1px);}
.lyFoot_Nav i { display:inline-block; width:1px; height:16px; vertical-align:middle; background-color:rgba(255,255,255,0.25); margin:0; padding:0;}
.lyFoot_Nav a:hover { color:#0048b5;}
.lyFoot_Main .lyFootMid {width:100%;overflow:hidden;margin: 40px auto;padding:0;}
.lyFootMid .lyFootLogo { width:280px; height:90px; overflow:hidden; margin:15px 0; padding:0; float:left;}
.lyFootLogo a { display: table-cell; vertical-align: middle; width:100%; height:90px; overflow:hidden; margin:0; padding:0;}
.lyFootLogo a img { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0;}
.lyFootMid .lyFootLxfs {width: 85%;overflow:hidden;margin: 20px 0 0;padding: 0;float:left;}
.lyFootLxfs ul li {width: 21.66667%;overflow:hidden;padding: 0 0 0 43px;position:relative;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.lyFootLxfs ul li:nth-child(2){ width:35%;}
.lyFootLxfs ul li img {display:block;width: 32px;height: 32px;margin:-20px 0 0;padding:0;position:absolute;left:0;top:50%;}
.lyFootLxfs ul li span {display:block;width:100%;height:24px;overflow:hidden;line-height:24px;color: #0048b5;font-size:16px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto 2px;padding:0;}
.lyFootLxfs ul li p {width:100%;height:24px;overflow:hidden;line-height:24px;color: rgba(255,255,255,0.25);font-size:14px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0;}
.lyFootMid .lyFootEwm {height: 94px;margin:0;padding:0;float:right;}
.lyFootEwm img {display:block;width: 94px;height: 94px;margin: 0 10px 0 0;padding:0;float:left;}
.lyFootEwm p {width:auto;height: 94px;overflow:hidden;color: rgba(255,255,255,0.25);font-size:15px;text-align:center;writing-mode: vertical-rl;}

.ly_Foot  .lyFoot_Copy{border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; overflow: hidden; color:rgba(255,255,255,.15); font-size:14px; }
.ly_Foot  .lyFoot_Copy a { color:rgba(255,255,255,.15); }
.ly_Foot  .lyFoot_Copy a:hover { color: #fff; }
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.link{padding: 12px 20px;}
.link .link_tit p{font-size: 13px;}
.link .link_tit span{font-size: 18px;}
.link .link_m{width: calc(100% - 125px);}
.lyFoot_Main .lyFootTop{ display:none;}
.lyFoot_Main .lyFootMid{ margin:0 auto 30px; text-align:center;}
.lyFootMid .lyFootEwm{ display:inline-block; float:none;}
.lyFootMid .lyFootLxfs{ display:none;}
.ly_Foot .lyFoot_Copy{ text-align: center; padding:15px 0; }
.ly_Foot .lyFoot_Copy .copy_l, .ly_Foot .lyFoot_Copy .copy_r{ float:none;}
}
@media (max-width: 767px) {
.link{padding: 10px 20px;}
.link .link_tit{width: 90px;height: 55px;padding: 13px 0 0 13px;background-size: 90px 55px;}
.link .link_tit p{font-size: 13px;}
.link .link_tit span{font-size: 18px;}
.link .link_m{width: calc(100% - 105px);}
.lyFoot_Main .lyFootTop{ display:none;}
.lyFoot_Main .lyFootMid{ margin:0 auto 30px; text-align:center;}
.lyFootMid .lyFootEwm{ display:inline-block; float:none;}
.lyFootMid .lyFootLxfs{ display:none;}
.ly_Foot .lyFoot_Copy{ text-align: center; padding:15px 0; }
.ly_Foot .lyFoot_Copy .copy_l, .ly_Foot .lyFoot_Copy .copy_r{ float:none;}
}
/*底部 结束*/



/*在线客服*/
.kfView4{background-color: #0048b5;border: 2px solid #0048b5;position: fixed;width: 80px;top:20%;right: 10px;text-align: center;display: block;-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);box-shadow: 0 6px 12px rgba(0,0,0,0.1);border-radius: 0 0 8px 8px;font-size: 12px;z-index: 99999;}
.kfView4 ul{margin: 0;padding-top: 45px;color:#fff;}
.kfView4 ul li{position: relative;}
.kfView4 ul li a{display: block;color: #FFF;text-decoration: none;overflow: hidden;height: auto;width: 100%;padding: 43px 0 12px; background: url(../images/kefu-tb.png) no-repeat top center;}
.kfView4 ul li a:hover{background-color: #0048b5;}
.kfView4 a.kefu-lx{background-image: url(../images/kefu.png);background-repeat: no-repeat;background-position: center top;position: absolute;top: -40px;text-indent: -9999px;height: 80px;width: 80px;z-index: 999999;left: 0px;border-width: 0;overflow: hidden}
.kefu a.kefu-lx:hover{background-color: rgba(255,255,255,0)}
.kfView4 ul li a.kf{display: block;padding: 10px 0}
.kfView4 ul li a.kefu-tel{background-position: center -79px}
.kfView4 ul li a.kefu-qq{background-position: center -150px}
.kfView4 ul li a.kefu-wx{background-position: center -220px}
.kfView4 ul li a.kefu_bottom{background-position: center -288px;padding: 30px 0 10px 0;border-radius: 0 0 8px 8px}
.kfView4 ul li a.kefu_top{background-position: center -15px;padding: 30px 0 10px 0}
.kefu:hover ul li a{display: block}
.kfView4 ul li p{ position: absolute; top: 0; right: 82px; width:0; padding: 0 ; font-size: 14px; line-height: 24px; text-align: left; color:#fff; background: #0048b5; display: block;
  opacity: 0;transition: all .4s ease-in-out .1s;overflow: hidden;z-index: 201;}
.kfView4 ul li:hover p{ width:120px; padding:15px; opacity: 1;}
.kfView4 ul li .wechat p {}
/*在线客服*/

@media (max-width:800px) {
    .kfView4 { width:60px; border-radius:8px; right:2px;}
	.kfView4 a.kefu-lx { display:none;}
	.kfView4 ul { padding:0;}
	.kfView4 ul li:nth-child(2){ display:none;}
	.kfView4 ul li p { display:none!important;}
	.kfView4 ul li a { font-size:12px;}
}
@media (max-width: 767px) {
    #KFRightScreen { display:none!important;}
}


/*NyBanner 开始*/
.NyBanner { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyBanner img.nyBa_Img { display:block; width:1920px; height:500px; margin:-250px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
.NyBanner .NyBa_Con { width:1400px; height:auto; margin:-50px 0 0 -700px; padding:0; position:absolute; top:50%; left:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyBa_Con span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.25); font-size:24px; margin:0 auto; padding:0;}
.NyBa_Con i { display:block; width:40px; height:3px; margin:10px 0 17px; padding:0; background-color:#fff;}
.NyBa_Con p { width:100%; height:auto; line-height:40px; color:#fff; font-size:36px; font-weight:bold; margin:0 auto; padding:0;}

/*NyCrumb 开始*/
.NyCrumb { width:100%; height:auto; margin:0; padding:0; border-bottom:8px solid rgba(6,166,216,0.95); position:absolute; bottom:0; right:0;}
.NyCrumb .NyCrumb_Main { width:100%; height:52px; margin:0 auto; padding:0 calc(50% - 700px); position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb_Main i { display:block; width:calc(50% - 700px); height:52px; margin:0; padding:0; background-color:rgba(6,166,216,0.95); position:absolute; right:0; bottom:0;}
.NyCrumb_Main p { width:auto; max-width:100%; height:52px; overflow:hidden; line-height:44px; color:rgba(255,255,255,0.5); font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:8px 40px 0 40px; background: url(../images/CrumbBg.png) left top no-repeat; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb_Main p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.NyCrumb_Main p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}
.NyCrumb_Main p a { color:#fff;}
.NyCrumb_Main p span { color:rgba(255,255,255,0.5);}


@media (max-width:1680px) {
	.NyBanner { height:490px;}
	.NyBanner img.nyBa_Img { width:1882px; height:490px; margin:-245px 0 0 -941px;}
}
@media (max-width:1600px) {
	.NyBanner { height:460px;}
	.NyBanner img.nyBa_Img { width:1766px; height:460px; margin:-230px 0 0 -883px;}
}
@media (max-width:1560px) {
	.NyBanner { height:440px;}
	.NyBanner img.nyBa_Img { width:1690px; height:440px; margin:-220px 0 0 -845px;}
	
	.NyBanner .NyBa_Con { width:100%; margin:-50px 0 0; padding:0 60px; left:0;}
	.NyBa_Con span { font-size:22px;}
	.NyBa_Con p { font-size:34px;}
}
@media (max-width:1440px) {
	.NyBanner { height:400px;}
	.NyBanner img.nyBa_Img { width:1536px; height:400px; margin:-200px 0 0 -768px;}
	
	.NyBanner .NyBa_Con { width:100%; margin:-45px 0 0; padding:0 40px; left:0;}
	.NyBa_Con span { font-size:20px;}
	.NyBa_Con i { height:2px; margin:6px 0 12px;}
	.NyBa_Con p { font-size:30px;}
	
	.NyCrumb .NyCrumb_Main { padding:0 40px;}
	.NyCrumb_Main i { width:40px;}
	.NyCrumb_Main p { font-size:15px;}
}
@media (max-width:1366px) {
	.NyBanner { height:380px;}
	.NyBanner img.nyBa_Img { width:1460px; height:380px; margin:-190px 0 0 -730px;}
	
}
@media (max-width:1280px) {
	.NyBanner { height:350px;}
	.NyBanner img.nyBa_Img { width:1344px; height:350px; margin:-175px 0 0 -672px;}
	
	.NyBanner .NyBa_Con { margin:-40px 0 0;}
	.NyBa_Con span { line-height:26px; font-size:18px;}
	.NyBa_Con i { margin:6px 0 10px;}
	.NyBa_Con p { line-height:36px; font-size:28px;}
	
}
@media (max-width:1200px) {
	.NyBanner { height:340px;}
	.NyBanner img.nyBa_Img { width:1306px; height:340px; margin:-170px 0 0 -653px;}
}
@media (max-width:1080px) {
	.NyBanner { height:320px;}
	.NyBanner img.nyBa_Img { width:1230px; height:320px; margin:-160px 0 0 -615px;}
	
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyBanner { height:278px;}
	.NyBanner img.nyBa_Img { width:1068px; height:278px; margin:-139px 0 0 -534px;}
	
	.NyBanner .NyBa_Con { padding:0 30px;}
}
@media (max-width:767px) {
	.NyBanner { height:200px;}
	.NyBanner img.nyBa_Img { width:768px; height:200px; margin:-100px 0 0 -384px;}
	
	.NyBanner .NyBa_Con { margin:-30px 0 0; padding:0 12px;}
	.NyBa_Con span { height:16px; line-height:16px; font-size:14px;}
	.NyBa_Con i { width:32px; height:1px; margin:5px 0 8px;}
	.NyBa_Con p { height:30px; line-height:30px; font-size:22px;}

}
@media (max-width:375px) {
	.NyBanner { height:160px;}
	.NyBanner img.nyBa_Img { width:614px; height:160px; margin:-80px 0 0 -307px;}
	
}
@media (max-width:320px) {

}
/*NyBanner 结束*/

/*NyAboutus 开始*/
.NyAboutus { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyAboutus .NyAboutus_Profile { width:1400px; height:auto; margin:60px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyTitle { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.NyTitle span { display:block; width:100%; height:56px; overflow:hidden; line-height:56px; color:rgba(0,0,0,0.06); font-family:"Impact"; font-size:60px; margin:0 auto; padding:0;}
.NyTitle p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:36px; font-weight:bold; margin:-20px auto 10px; padding:0;}
.NyTitle i { display:block; width:60px; height:4px; overflow:hidden; margin:0; padding:0; background-color:#0048b5;}

.NyAboutus_Profile .NyAboutusProfile_Con { width:100%; height:auto; min-height:200px; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 30px; padding:0;}
.NyAboutusProfile_Con p { width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 10px; padding:0;}
.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { line-height:30px!important; color:#666!important; font-size:16px!important; font-style:normal!important;}

.NyAboutus_Profile .NyAboutus_DataImg { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutus_DataImg .NyAboutus_Data { width:31.4%; height:560px; overflow:hidden; margin:0; padding:80px; background:#0048b5 url(../images/nyAbBg01.jpg) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Data ul li { width:100%; height:auto; margin:0 auto 60px; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Data ul li p { width:100%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:48px; font-weight:bold; margin:0 auto 10px; padding:0;}
.NyAboutus_Data ul li p sub { display:inline-block; font-size:16px; font-weight:normal; vertical-align: baseline; margin:0 0 0 10px;}
.NyAboutus_Data ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:18px; margin:0 auto; padding:0;}

.NyAboutus_DataImg .NyAboutus_Img { width:68.6%; height:560px; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9; float:right; position:relative;}
.NyAboutus_Img img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

.NyAboutus_Img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


.NyAboutus .NyAboutus_Culture { width:1400px; height:auto; margin:60px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutus_Culture .NyAboutusCulture_Ms { width:100%; height:auto; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:0 auto 20px; padding:0;}
.NyAboutus_Culture .NyAboutusCulture_Main { width:100%; height:auto; margin:0 auto; padding:0;}
.NyAboutusCulture_Main ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:50px 40px; background-color:#f9f9f9; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0;}
.NyAboutusCulture_Main ul li:hover { background-color:#0048b5;}
.NyAboutusCulture_Main ul li em { display:block; width:90px; height:90px; overflow:hidden; margin:0 auto 40px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusCulture_Main ul li em.AbIco1 { background:url(../images/AbIco01.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco2 { background:url(../images/AbIco02.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco3 { background:url(../images/AbIco03.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li em.AbIco4 { background:url(../images/AbIco04.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco1 { background:url(../images/AbIco1.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco2 { background:url(../images/AbIco2.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco3 { background:url(../images/AbIco3.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li:hover em.AbIco4 { background:url(../images/AbIco4.png) center center no-repeat; background-size:100% 100%;}
.NyAboutusCulture_Main ul li p { width:100%; height:auto; line-height:30px; color:#333; font-size:24px; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusCulture_Main ul li:hover p { color:#fff;}
.NyAboutusCulture_Main ul li i.AbLine { display:block; width:100%; height:5px; overflow:hidden; margin:13px auto 20px; padding:0; background:url(../images/line02.png) center center no-repeat;}
.NyAboutusCulture_Main ul li:hover i.AbLine { background:url(../images/line03.png) center center no-repeat;}
.NyAboutusCulture_Main ul li span { display:block; width:100%; height:52px; overflow:hidden; line-height:26px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusCulture_Main ul li:hover span { color:rgba(255,255,255,0.5);}


.NyAboutus .NyAboutus_Honor { width:100%; height:auto; margin:0 auto; padding:60px 0 0; background-color:#f9f9f9;}
.NyAboutus_Honor .NyAboutusHonor_Main { width:1400px; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_Main .NyAboutusHonor_List { width:100%; height:auto; margin:0 auto; padding:0 80px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide { height:auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { width:100%; height:326px; overflow:hidden; margin:0 auto 10px; padding:20px; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; position:relative;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Name { color:#0048b5;}
.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { width:54px!important; height:54px!important; margin:-27px 0 0!important; border-radius:50%; position:absolute; top:50%!important; bottom:0!important; opacity:1; cursor:pointer;}
.NyAboutusHonor_List .swiper-button-prev3 { background:#fff url(../images/jt8.png) center center no-repeat; left:0;}
.NyAboutusHonor_List .swiper-button-next3 { background:#fff url(../images/jt9.png) center center no-repeat; right:0;}
.NyAboutusHonor_List .swiper-button-prev3:hover { background:#0048b5 url(../images/jt10.png) center center no-repeat;}
.NyAboutusHonor_List .swiper-button-next3:hover { background:#0048b5 url(../images/jt11.png) center center no-repeat;}
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { width:100%; height:auto; margin:40px auto 0; padding:0;}
.NyAboutusHonor_Bottom i { display:block; width:100%; height:30px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
.NyAboutusHonor_Bottom p { width:100%; height:80px; margin:0 auto; padding:0; background: linear-gradient(to bottom, #dedede, #f9f9f9); -webkit-background: linear-gradient(to bottom, #dedede, #f9f9f9); -moz-background: linear-gradient(to bottom, #dedede, #f9f9f9); -ms-background: linear-gradient(to bottom, #dedede, #f9f9f9); -o-background: linear-gradient(to bottom, #dedede, #f9f9f9);
transform:skewX(20deg); -webkit-transform:skewX(20deg); -moz-transform:skewX(20deg); -ms-transform:skewX(20deg); -o-transform:skewX(20deg);
transform-origin:0 0; -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -ms-transform-origin:0 0; -o-transform-origin:0 0;}


@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyAboutus .NyAboutus_Profile { width:100%; margin:60px auto; padding:0 60px;}
	.NyTitle span { height:52px; line-height:52px; font-size:56px;}
	.NyTitle p { font-size:34px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:30%;}
	.NyAboutus_DataImg .NyAboutus_Img { width:70%;}
	
	.NyAboutus .NyAboutus_Culture { width:100%; margin:60px auto; padding:0 60px;}
	.NyAboutusCulture_Main ul li { padding:40px 30px;}
	.NyAboutusCulture_Main ul li p { font-size:22px;}
	
	.NyAboutus .NyAboutus_Honor { padding:60px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { width:100%; padding:0 60px;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { font-size:16px;}
	.NyAboutusHonor_Bottom i { height:20px;}
	.NyAboutusHonor_Bottom p { height:60px;}
}
@media (max-width:1440px) {
	.NyAboutus .NyAboutus_Profile { width:100%; margin:60px auto; padding:0 40px;}
	.NyTitle span { height:50px; line-height:50px; font-size:52px;}
	.NyTitle p { font-size:32px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { font-size:15px!important;}
	.NyAboutusProfile_Con p { font-size:15px!important;}
	.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { font-size:15px!important;}
	
	.NyAboutus .NyAboutus_Culture{ padding:0 40px;}
	.NyAboutus_Culture .NyAboutusCulture_Ms { font-size:15px;}
	.NyAboutusCulture_Main ul li span { height:50px; line-height:25px; font-size:15px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:26%; height:520px; padding:80px 60px;}
	.NyAboutus_Data ul li { margin:0 auto 60px;}
	.NyAboutus_Data ul li p { font-size:44px;}
	.NyAboutus_Data ul li p sub { font-size:15px;}
	.NyAboutus_Data ul li span { font-size:16px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:520px;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyTitle { margin:0 auto 30px;}
	.NyTitle span { height:44px; line-height:44px; font-size:48px;}
	.NyTitle p { height:36px; line-height:36px; font-size:30px;}
	.NyTitle i { height:3px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { margin:0 auto 30px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:480px; padding:60px 60px;}
	.NyAboutus_Data ul li p { height:44px; line-height:44px; font-size:40px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:480px;}
		
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:30px auto 0;}	

}
@media (max-width:1280px) {
	
}
@media (max-width:1200px) {
	.NyTitle { margin:0 auto 20px;}
	.NyTitle span { height:44px; line-height:44px; font-size:46px;}
	.NyTitle p { height:32px; line-height:32px; font-size:28px;}
	.NyTitle i { width:56px; height:3px;}
	
	.NyAboutus_Profile .NyAboutusProfile_Con { margin:0 auto 20px;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:440px; padding:60px 60px;}
	.NyAboutus_Data ul li { margin:0 auto 50px;}
	.NyAboutus_Data ul li p { height:40px; line-height:40px; font-size:36px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:440px;}
	
	.NyAboutusCulture_Main ul li { padding:30px 25px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 30px;}
		
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:260px;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:20px auto 0;}	
}
@media (max-width:1080px) {
	.NyAboutus .NyAboutus_Profile { margin:40px auto;}
	.NyAboutus_Profile .NyAboutusProfile_Con { line-height:28px!important; font-size:14px!important; margin:0 auto 10px;}
	.NyAboutusProfile_Con p { line-height:28px!important; font-size:14px!important; margin:0 auto 10px;}
	.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { line-height:28px!important; font-size:14px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:400px; padding:40px;}
	.NyAboutus_Data ul li { margin:0 auto 40px;}
	.NyAboutus_Data ul li p sub { font-size:14px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:400px;}
	
	.NyAboutus .NyAboutus_Culture { margin:40px auto;}
	.NyAboutus_Culture .NyAboutusCulture_Ms { line-height:24px; font-size:14px;}
	.NyAboutusCulture_Main ul li { padding:30px 20px;}
	.NyAboutusCulture_Main ul li em { width:80px; height:80px;}
	.NyAboutusCulture_Main ul li p { font-size:18px;}
	.NyAboutusCulture_Main ul li span { height:48px; line-height:24px; font-size:14px;}
	
	.NyAboutus .NyAboutus_Honor { padding:40px 0 0;}
	.NyAboutusHonor_Bottom i { height:10px;}
	.NyAboutusHonor_Bottom p { height:40px;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyAboutus .NyAboutus_Profile { padding:0 30px;}
	.NyAboutusProfile_Con p { line-height:26px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { height:320px; padding:40px 20px;}
	.NyAboutus_Data ul li { margin:0 auto 30px;}
	.NyAboutus_Data ul li p { height:32px; line-height:32px; font-size:32px; margin:0 auto 6px;}
	.NyAboutus_Data ul li p sub { font-size:13px;}
	.NyAboutus_Data ul li span { font-size:14px;}
	.NyAboutus_DataImg .NyAboutus_Img { width:74%; height:320px;}
	
	.NyAboutus .NyAboutus_Culture{ padding:0 30px;}
	.NyAboutusCulture_Main ul li { padding:30px 15px;}
	.NyAboutusCulture_Main ul li i.AbLine { margin:10px auto 15px;}
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 30px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0 60px;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:200px;}

	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { width:44px!important; height:44px!important; margin:-22px 0 0!important;}
}
@media (max-width:767px) {
	.NyAboutus .NyAboutus_Profile { margin:20px auto; padding:0 12px;}
	.NyTitle span { height:32px; line-height:32px; font-size:34px;}
	.NyTitle p { height:30px; line-height:30px; font-size:22px; margin:-15px auto 10px;}
	.NyTitle i { width:48px; height:2px;}
	
	.NyAboutusProfile_Con p { line-height:24px!important;}
	
	.NyAboutus_DataImg .NyAboutus_Data { width:100%; height:auto; margin:0 auto; padding:20px 5px; float:inherit;}
	.NyAboutus_Data ul li { width:33.333333%; margin:0; padding:0; float:left;}
	.NyAboutus_Data ul li p { height:30px; line-height:30px; font-size:26px; margin:0 auto 5px; text-align:center;}
	.NyAboutus_Data ul li p sub { font-size:12px; margin:0 0 0 5px;}
	.NyAboutus_Data ul li span { font-size:12px; text-align:center;}
	.NyAboutus_DataImg .NyAboutus_Img { width:100%; height:230px; margin:0 auto; float:inherit;}
	
	.NyAboutus .NyAboutus_Culture { margin:20px auto; padding:0 12px;}
	.NyAboutusCulture_Main ul li { width:48.5%; height:auto; margin:0 3% 12px 0; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 3% 12px 0;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2) { margin:0 0 12px;}
	.NyAboutusCulture_Main ul li em { margin:0 auto 20px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutus .NyAboutus_Honor { padding:20px 0 0;}
	.NyAboutus_Honor .NyAboutusHonor_Main { padding:0 12px;}
	.NyAboutusHonor_Main .NyAboutusHonor_List { padding:0;}
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { padding:12px;}
	.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display:none;}
	.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin:10px auto 0;}
	.NyAboutusHonor_Bottom p { height:30px;}
}
@media (max-width:375px) {
	.NyAboutus_DataImg .NyAboutus_Img { height:200px;}
	.NyAboutusCulture_Main ul li span { height:66px; line-height:22px; -webkit-line-clamp:3;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:180px;}
}
@media (max-width:320px) {
	.NyAboutus_DataImg .NyAboutus_Data { padding:20px 12px 0;}
	.NyAboutus_Data ul li { width:100%; margin:0 auto 20px; float:inherit;}
	.NyAboutus_DataImg .NyAboutus_Img { height:170px;}
	
	.NyAboutusCulture_Main ul li { width:100%; height:auto; margin:0 auto 12px; padding:20px 12px; background-color:#f9f9f9;}
	.NyAboutusCulture_Main ul li:nth-child(2n+2), .NyAboutusCulture_Main ul li:nth-child(4n+4) { margin:0 auto 12px;}
	.NyAboutusCulture_Main ul li span { height:44px; line-height:22px; -webkit-line-clamp:2;}
	
	.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height:160px;}
}
/*NyAboutus 结束*/

/*NyNews 开始*/
.NyNews {width:1400px;height:auto;min-height:320px;margin: 60px auto;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.NyNews .NyNews_List {width:100%;height:auto;margin: 0 auto 60px;padding:0;border-top:1px solid #ddd;}
.NyNews_List ul li { width:100%; height:auto; margin:0 auto; padding:40px 0; border-bottom:1px solid #ddd;}
.NyNews_List ul li .NyNews_Time { width:14.5%; height:auto; margin:0; padding:0; float:left;}
.NyNews_List ul li .NyNews_Time span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"RobotoBold"; font-size:18px; margin:0 auto; padding:0;}
.NyNews_List ul li .NyNews_Time span img { display:inline-block; width:15px; height:15px; vertical-align:middle; margin:-4px 6px 0 0;}
.NyNews_List ul li .NyNews_Time p { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-family:"RobotoBold"; font-size:60px; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li:hover .NyNews_Time p { color:#0048b5;}

.NyNews_List ul li .NyNews_Text { width:85.5%; height:auto; margin:0; padding:0; float:right;}
.NyNews_List ul li .NyNews_Text a.NyNews_Name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:24px; white-space:nowrap; text-overflow:ellipsis; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_Name { color:#0048b5;}
.NyNews_List ul li .NyNews_Text p { width:100%; height:auto; max-height:60px; overflow:hidden; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:10px auto 20px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.NyNews_List ul li .NyNews_Text a.NyNews_More { display:block; width:auto; height:30px; line-height:30px; color:#999; font-size:16px; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li .NyNews_Text a.NyNews_More i { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0 10px; background: url(../images/jt13.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_More { color:#0048b5;}
.NyNews_List ul li:hover .NyNews_Text a.NyNews_More i { margin:-2px 0 0 20px; background: url(../images/jt16.png) center center no-repeat; background-size:100% 100%;}

/*分页样式 开始*/
#fengye {margin:40px auto 0;color:#666;font-size: 15px;text-align:center;}
#fengye a { display:inline-block; padding:0 15px; background-color:#fff; height:32px; line-height:32px; text-align: center; margin:0 5px; border-radius:2px; color:#666; font-size:14px; border:1px solid #ddd;}
#fengye a:hover { background-color:#0048b5; color:#fff; border:1px solid #0048b5;}
#fengye a.pnnum1 { background-color:#0048b5; color:#fff; border:1px solid #0048b5;}
#fengye input { display:inline-block; padding:0 5px; background-color:#0048b5; width:40px!important; height:32px!important; line-height:32px; text-align:center; border-radius:2px; margin:0 5px; color:#fff; cursor:pointer; border:0; outline:none;}
#fengye .p_input { display:inline-block; padding:0 5px; background-color:#fff; width:40px!important; height:32px; line-height:30px; text-align:center; margin:0 5px; color:#555; font-size:14px; cursor:default; border:1px solid #efefef; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*分页样式 结束*/

/*NyNewDetail 开始*/
.NyNewDetail { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewDetail .NyNewDetail_Main { width:1400px; height:auto; margin:60px auto 40px; padding:0;}
.NyNewDetail_Main .NyNewDetail_Name { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:30px; margin:0 auto 15px; padding:0;}
.NyNewDetail_Main .NyNewDetail_Tips { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:16px; margin:0 auto 30px; padding:0 0 15px; border-bottom:1px solid #e6e6e6;}
.NyNewDetail_Tips span { display:inline-block; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 40px 0 0; padding:0;}
.NyNewDetail_Tips span img { display:block; width:16px; height:16px; margin:7px 10px 7px 0; padding:0; float:left;}
.NyNewDetail_Main .NyNewDetail_Content { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
.NyNewDetail_Content div, .NyNewDetail_Content p { margin:0 auto 20px;}
.NyNewDetail_Content img { width:auto!important; max-width:100%; height:auto!important;}
.NyNewDetail_Content br { display:none;}

.NyPrevNext { width:100%; height:auto; margin:0 auto; padding:0;}
.NyPrevNext ul li { width:50%; height:80px; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyPrevNext ul li:nth-child(1) { background-color:#f2f2f2;}
.NyPrevNext ul li:hover { background-color:#0048b5;}
.NyPrevNext ul li p { width:700px; height:80px; overflow:hidden; line-height:80px; color:#666; font-size:18px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyPrevNext ul li p a { color:#666;}
.NyPrevNext ul li:hover p { color:#fff;}
.NyPrevNext ul li:hover p a { color:#fff;}
.NyPrevNext ul li p i { display:inline-block; width:30px; height:30px; vertical-align:middle; margin:-4px 12px 0 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyPrevNext ul li p.NyPrev { float:right;}
.NyPrevNext ul li p.NyNext { float:left;}
.NyPrevNext ul li p.NyPrev i { background:url(../images/jt12.png) center center no-repeat; background-size:100% 100%;}
.NyPrevNext ul li p.NyNext i { background:url(../images/jt13.png) center center no-repeat; background-size:100% 100%;}
.NyPrevNext ul li:hover p.NyPrev i { background:url(../images/jt14.png) center center no-repeat; background-size:100% 100%;}
.NyPrevNext ul li:hover p.NyNext i { background:url(../images/jt15.png) center center no-repeat; background-size:100% 100%;}
/*NyNewDetail 结束*/

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyNews { width:100%; margin:60px auto; padding:0 60px;}
	.NyNews .NyNews_List { margin:0 auto 60px;}
	.NyNews_List ul li { padding:30px 0;}
	.NyNews_List ul li .NyNews_Time span { font-size:16px;}
	.NyNews_List ul li .NyNews_Time p { font-size:54px;}	
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:22px;}
	
	.NyNewDetail { padding:0 60px;}
	.NyNewDetail .NyNewDetail_Main { width:100%; margin:60px auto 40px;}
	.NyNewDetail_Main .NyNewDetail_Name { font-size:28px;}
	
	.NyPrevNext ul li { height:60px;}
	.NyPrevNext ul li p { width:100%; height:60px; line-height:60px; font-size:16px; padding:0 40px;}
	.NyPrevNext ul li p i { width:24px; height:24px;}
}
@media (max-width:1440px) {
	.NyNews { padding:0 40px;}
	
	.NyNewDetail { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyNews_List ul li { padding:25px 0;}
	.NyNews_List ul li .NyNews_Time { width:14%;}
	.NyNews_List ul li .NyNews_Time p { font-size:50px;}
	.NyNews_List ul li .NyNews_Text { width:86%;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:20px;}
	.NyNews_List ul li .NyNews_Text p { max-height:50px; line-height:25px; font-size:15px; margin:5px auto 15px;}
	.NyNews_List ul li .NyNews_Text a.NyNews_More { font-size:15px;}
	
	.NyNewDetail_Main .NyNewDetail_Name { font-size:26px; margin:0 auto 20px;}
	.NyNewDetail_Main .NyNewDetail_Tips { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:0 auto 20px; padding:0 0 15px; border-bottom:1px solid #e6e6e6;}
	.NyNewDetail_Tips span { display:inline-block; height:30px; line-height:30px; color:#999; font-size:15px; margin:0 40px 0 0; padding:0;}
	.NyNewDetail_Tips span img { display:block; width:16px; height:16px; margin:7px 10px 7px 0; padding:0; float:left;}
	.NyNewDetail_Main .NyNewDetail_Content { width:100%; height:auto; overflow:hidden; line-height:25px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:15px!important; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { width:100%; height:auto; overflow:hidden; line-height:25px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:15px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p { margin:0 auto 15px;}
}
@media (max-width:1280px) {
	
}
@media (max-width:1200px) {

}
@media (max-width:1080px) {
	.NyNews { margin:40px auto;}
	.NyNews .NyNews_List { margin:0 auto 40px;}
	.NyNews_List ul li { padding:20px 0;}
	.NyNews_List ul li .NyNews_Time { width:16%;}
	.NyNews_List ul li .NyNews_Time p { font-size:48px;}
	.NyNews_List ul li .NyNews_Text { width:84%;}
	
	.NyNewDetail .NyNewDetail_Main { margin:40px auto 25px;}
	.NyNewDetail_Main .NyNewDetail_Name { font-size:24px;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyNews { padding:0 30px;}
	.NyNews_List ul li { padding:15px 0;}
	.NyNews_List ul li .NyNews_Time { width:20%;}
	.NyNews_List ul li .NyNews_Time p { height:50px; line-height:50px; font-size:44px;}
	.NyNews_List ul li .NyNews_Text { width:80%;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { font-size:18px;}
	.NyNews_List ul li .NyNews_Text p { max-height:48px; line-height:24px; font-size:14px; margin:5px auto 10px;}
	.NyNews_List ul li .NyNews_Text a.NyNews_More { font-size:14px;}
	
	.NyNewDetail { padding:0 30px;}
	.NyNewDetail_Main .NyNewDetail_Name { line-height:30px; margin:0 auto 15px;}
	.NyNewDetail_Tips span { font-size:14px; margin:0 20px 0 0;}
	.NyNewDetail_Main .NyNewDetail_Content { width:100%; height:auto; overflow:hidden; line-height:24px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:14px!important; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p, .NyNewDetail_Content span, .NyNewDetail_Content font, .NyNewDetail_Content em { width:100%; height:auto; overflow:hidden; line-height:24px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:14px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
	.NyNewDetail_Content div, .NyNewDetail_Content p { margin:0 auto 12px;}
	.NyPrevNext ul li p.NyPrev i { margin:-2px 10px 0 0;}
	.NyPrevNext ul li p.NyNext i { margin:-2px 10px 0 0;}
}
@media (max-width:767px) {
	.NyNews { margin:60px auto 30px; padding:0 12px;}
	.NyNews .NyNews_List { margin:0 auto 20px;}
	.NyNews_List ul li { padding:12px 0;}
	.NyNews_List ul li .NyNews_Time { width:100%; height:auto; margin:0 auto 5px; float:inherit;}
	.NyNews_List ul li .NyNews_Time span { width:auto; height:30px; line-height:30px; font-size:14px; margin:0 10px 0 0; float:left;}
	.NyNews_List ul li .NyNews_Time p { width:auto; height:30px; line-height:30px; font-size:18px; text-indent:0;}
	.NyNews_List ul li .NyNews_Text { width:100%; margin:0 auto; float:inherit;}
	.NyNews_List ul li .NyNews_Text a.NyNews_Name { height:30px; line-height:30px; font-size:16px;}
	
	#fengye { font-size:0; margin:20px auto 0;}
	#fengye .p_input, #fengye input { display:none;}
	
	.NyNewDetail { margin:0 auto; padding:0 12px;}
	.NyNewDetail .NyNewDetail_Main { margin:20px auto 10px;}
	.NyNewDetail_Main .NyNewDetail_Name { font-size:20px; margin:0 auto 10px;}
	.NyNewDetail_Main .NyNewDetail_Tips { height:auto; margin:0 auto 15px; padding:0 0 10px;}
	
	.NyPrevNext ul li { width:100%; height:48px; margin:0 auto; padding:0; float:inherit;}
	.NyPrevNext ul li p { width:100%; height:48px; line-height:48px; font-size:14px; padding:0 12px; text-align:left;}
	.NyPrevNext ul li p i { width:20px; height:20px;}
}
@media (max-width:375px) {

}
@media (max-width:320px) {
	
	#fengye a { padding:0 10px;}
}
/*NyNews 结束*/

/*NyOrder 开始*/
.NyOrder { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder .NyOrder_Main { width:1400px; height:auto; margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Main .NyOrder_Left { width:28%; height:675px; overflow:hidden; margin:0; padding:120px 40px; background:#0048b5 url(../images/Bg2.jpg) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Left img { display:block; width:57px; height:57px; margin:0 0 40px; padding:0;}
.NyOrder_Left p { width:100%; height:auto; line-height:40px; color:#fff; font-size:36px; font-weight:bold; margin:0 auto 5px; padding:0;}
.NyOrder_Left font { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.5); font-family:"RobotoRegular"; font-size:24px; margin:0 auto; padding:0;}
.NyOrder_Left span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.5); font-size:16px; word-break:break-all; text-align:justify; margin:30px auto 0; padding:0;}

.NyOrder_Main .NyOrder_Right { width:72%; height:auto; overflow:hidden; margin:0; padding:0 0 0 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg { width:100%!important; height:auto!important; margin:0 auto!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg h3 { display:none!important;}
.NyOrder_Right #ly_msg.ly_msg ul { width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li h4, .NyOrder_Right #ly_msg.ly_msg ul li h4.xh { display:none!important;}
.NyOrder_Right #ly_msg.ly_msg ul li { width:100%!important; height:auto!important; overflow:hidden!important; line-height:inherit!important; color:inherit!important; font-size:inherit!important; margin:0 0 25px!important; padding:0!important; clear:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48%!important; margin:0 4% 25px 0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2),.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48%!important; float:right!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:40px auto 0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara { width:100%!important; height:auto!important; margin:0!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display:block!important; width:100%!important; height:60px!important; line-height:60px; color:#aaa!important; font-size:16px!important; margin:0!important; padding:0 20px!important; background-color:#f2f2f2!important; border:0!important; outline:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { margin:0 10px 0 0!important; padding:0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:240px!important; margin:0 10px 0 0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display:block!important; width:120px!important; height:40px!important; margin:10px 0!important; padding:0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:60px!important; color:#999!important; font-size:16px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display:block!important; width:100%!important; height:150px!important; line-height:30px; color:#aaa; font-size:16px!important; margin:0!important; padding:15px 20px!important; background-color:#f2f2f2!important; border:0!important; outline:none!important; resize:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:100%!important; height:auto!important; overflow:hidden!important; margin:0!important; padding:0!important; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width:200px!important; height:60px!important; overflow:hidden!important; line-height:60px!important; color:#fff!important; font-size:16px!important; text-align:center!important; background-color:#333!important; margin:0 20px 0 0!important; padding:0!important; border:none!important; cursor:pointer!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color:#0048b5!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color:#0048b5!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color:#02409e!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width:100%!important; padding:0!important; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:auto!important; float:left!important;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyOrder { padding:60px;}
	.NyOrder .NyOrder_Main { width:100%;}
}
@media (max-width:1440px) {
	.NyOrder { padding:60px 40px;}
}
@media (max-width:1366px) {
	
}
@media (max-width:1280px) {
	.NyOrder_Main .NyOrder_Left { height:600px;}
	.NyOrder_Left p { font-size:30px;}
	.NyOrder_Left font { font-size:20px;}
	.NyOrder_Left span { font-size:15px; line-height:25px;}
	
	.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:30px auto 0!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height:50px!important; line-height:50px; font-size:15px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:145px!important; line-height:25px; font-size:15px!important; padding:10px 20px;}
	.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin:5px 0!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:50px!important; font-size:15px!important;}
	.NyOrder_Right #ly_msg.ly_msg .msg_btn input { height:50px!important; line-height:50px!important;}
}
@media (max-width:1200px) {
	.NyOrder_Main .NyOrder_Left { padding:120px 30px;}
	.NyOrder_Left img { width:50px; height:50px;}
	.NyOrder_Left p { line-height:36px; font-size:28px;}
	.NyOrder_Left font { line-height:24px; font-size:16px;}
	.NyOrder_Main .NyOrder_Right { padding:0 0 0 30px;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:200px!important;}
}
@media (max-width:1080px) {
	.NyOrder { padding:40px;}
	.NyOrder_Main .NyOrder_Left { height:560px; padding:100px 25px;}
	.NyOrder_Left span { line-height:24px; font-size:14px;}
	.NyOrder_Main .NyOrder_Right { padding:0 0 0 25px;}
	.NyOrder_Right #ly_msg.ly_msg ul li { margin:0 0 20px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48.5%!important; margin:0 3% 20px 0!important; float:left!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48.5%!important; margin:0 0 20px 0!important; float:right!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:20px auto 0!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size:14px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:140px!important; line-height:24px; font-size:14px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:180px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size:14px!important;}
}
@media (max-width:1024px) {
	.NyOrder_Main .NyOrder_Left { width:30%; height:590px;}
	.NyOrder_Main .NyOrder_Right { width:70%;}
	.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:30px!important;}
}
@media (max-width:800px) {
	.NyOrder { padding:30px;}
	.NyOrder_Main .NyOrder_Left { width:100%; height:auto; margin:0 auto 20px; padding:20px; float:inherit;}
	.NyOrder_Left img { width:44px; height:44px; margin:0 12px 0 0; float:left;}
	.NyOrder_Left p { line-height:24px; font-size:20px; margin:0 auto 2px;}
	.NyOrder_Left font { line-height:18px; font-size:12px;}
	.NyOrder_Left span { margin:10px auto 0;}
	.NyOrder_Main .NyOrder_Right { width:100%; margin:0 auto; padding:0; float:inherit;}
	.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:left!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:inline-block; width:auto; line-height:50px!important;}
}
@media (max-width:767px) {
	.NyOrder { padding:20px 12px;}
	.NyOrder_Main .NyOrder_Left { padding:20px;}
	.NyOrder_Left img { width:44px; height:44px; margin:0 12px 0 0;}
	.NyOrder_Left p { line-height:26px; font-size:22px; margin:0 auto 2px;}
	.NyOrder_Left font { line-height:18px; font-size:12px;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:100%!important; margin:0 auto 20px!important; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:100%!important; margin:0 auto 20px!important; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { padding: 0 12px!important}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px; float:inherit!important;}
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:24px!important; margin:10px auto 0;}
	.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width:48%!important; margin:0!important; float:left;}
	.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin:0 4% 0 0!important;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:130px!important;}
}
/*NyOrder 结束*/

/*NyContactUs 开始*/
.NyContactUs { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyContactUs .NyContactUs_Infor { width:100%; height:auto; margin:0 auto; padding:60px 0 0; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Infor .NyContactUsInfor_Main { width:1400px; height:auto; margin:0 auto; padding:0;}
.NyContactUsInfor_Main .NyContactUsInfor_Con { width:100%; height:auto; margin:0 auto; padding:0; background-color:#f9f9f9;}
.NyContactUsInfor_Con .NyContactUs_Ewm { width:28.5%; height:250px; overflow:hidden; margin:0; padding:40px; background:#0048b5 url(../images/Bg1.jpg) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm p { width:100%; height:auto; line-height:30px; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin:0 auto 20px; padding:0;}
.NyContactUs_Ewm span { display:block; width:120px; height:120px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(255,255,255,0.25); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm span img { display:block; width:100px; height:100px; margin:0 auto; padding:0;}

.NyContactUsInfor_Con .NyContactUs_Lxfs { width:71.5%; height:250px; overflow:hidden; margin:0; padding:67px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Lxfs ul li { width:33.333333%; height:auto; margin:0; padding:0 20px; border-right:1px solid #e6e6e6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Lxfs ul li:nth-child(3) { border:0;}
.NyContactUs_Lxfs ul li img { display:block; width:44px; height:44px; margin:0 auto 20px; padding:0;}
.NyContactUs_Lxfs ul li span { display:block; width:100%; height:auto; line-height:30px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.NyContactUs_Lxfs ul li p { width:100%; height:22px; overflow:hidden; line-height:22px; color:#999; font-size:18px; text-align:center; word-break:break-all; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}

.NyContactUs .NyContactUs_Map { width:1400px; height:auto; margin:60px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyMap { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMap .dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyMap .dz_map #container { height:120%;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyContactUs .NyContactUs_Infor { padding:60px;}
	.NyContactUs_Infor .NyContactUsInfor_Main { width:100%;}
	
	.NyContactUs .NyContactUs_Map { width:100%; margin:60px auto; padding:0 60px;}
	.NyMap { height:480px;}
}
@media (max-width:1440px) {
	.NyContactUs .NyContactUs_Infor { padding:60px 40px;}
	
	.NyContactUs .NyContactUs_Map { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyContactUs_Lxfs ul li span { font-size:16px;}
	.NyContactUs_Lxfs ul li p { font-size:16px;}
	.NyMap { height:440px;}
}
@media (max-width:1280px) {
	.NyContactUsInfor_Con .NyContactUs_Ewm { height:230px; padding:30px;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { height:230px; padding:57px 0;}
	.NyMap { height:400px;}
}
@media (max-width:1200px) {
	.NyMap { height:380px;}
}
@media (max-width:1080px) {
	.NyContactUs .NyContactUs_Infor { padding:40px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { height:220px; padding:20px;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { height:220px; padding:52px 0;}
	.NyContactUs .NyContactUs_Map { margin:40px auto;}
	.NyMap { height:360px;}
}
@media (max-width:1024px) {
	.NyMap { height:340px;}
}
@media (max-width:800px) {
	.NyContactUs .NyContactUs_Infor { padding:40px 30px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width:100%; height:auto; margin:0 auto; padding:40px 20px; float:inherit;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width:100%; height:auto; margin:0 auto; padding:40px 20px; float:inherit;}
	.NyContactUs .NyContactUs_Map { padding:0 30px;}
	.NyMap { height:320px;}
}
@media (max-width:767px) {
	.NyContactUs .NyContactUs_Infor { padding:20px 12px;}
	.NyContactUsInfor_Con .NyContactUs_Ewm { width:100%; height:auto; margin:0 auto; padding:20px 20px; float:inherit;}
	.NyContactUsInfor_Con .NyContactUs_Lxfs { width:100%; height:auto; margin:0 auto; padding:0 20px; float:inherit;}
	.NyContactUs_Lxfs ul li { width:100%; margin:0 auto; padding:20px 0; border-right:0; border-bottom:1px solid #e6e6e6; float:inherit;}
	.NyContactUs_Lxfs ul li img { margin:0 auto 10px;}
	.NyContactUs .NyContactUs_Map { margin:20px auto; padding:0 12px;}
	.NyMap { height:300px;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	
}
/*NyContactUs 结束*/

/*NyProducts 开始*/
.NyProducts { width:1400px; height:auto; min-height:320px; margin:0 auto 80px; padding:0; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProducts .NyPro_Left { width:23.5%; height:auto; margin:0; padding:0; float:left;}

.NyProducts .NyPro_Right { width:76.5%; height:auto; min-height:320px; margin:60px 0 0; padding:0 0 0 60px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_Right ul li { float: left; width:32%; margin: 0 2% 30px 0; background: #fff; padding: 10px 10px 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; text-align:center; overflow:hidden; border:1px solid #eee; }
.NyPro_Right ul li:nth-child(3n+3){ margin-right:0;}
.NyPro_Right ul li .lyIdxPro_img { width: 100%; height: 250px; position: relative; }
.NyPro_Right ul li .lyIdxPro_img img { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-height: 90%; max-width: 90%;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPro_Right ul li .lyIdxPro_text { width: 100%;padding:15px 5px 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.NyPro_Right ul li .lyIdxPro_name { line-height:30px; overflow: hidden; }
.NyPro_Right ul li .lyIdxPro_name a { display: block;  font-size: 18px; color: #333; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight:bold }
.NyPro_Right ul li .lyIdxPro_name span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  font-size: 16px;color:#999;}
.NyPro_Right ul li .lyIdxPro_name span img{ display: inline-block; margin:-4px 6px 0 0;}
.NyPro_Right ul li .lyIdxPro_btn { display:inline-block; width: 120px; height: 40px; line-height: 40px; font-size: 14px; color: #555; border-radius: 15px 0 15px 0; background: #f9f9f9 url(../images/jt01.png) no-repeat 80% center; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top:10px; text-align:left; }
.NyPro_Right ul li .lyIdxPro_btn a { display: block; width: 100%; height: 100%; color: #555; }
.NyPro_Right ul li:hover{ box-shadow:0 0 30px rgba(0,0,0,.1);}
.NyPro_Right ul li:hover .lyIdxPro_btn{background: #0048b5 url(../images/jt0.png) no-repeat 80% center;}
.NyPro_Right ul li:hover .lyIdxPro_btn a{ color:#fff;}
.NyPro_Right ul li:hover .lyIdxPro_name b{ color:#0048b5;}
.NyPro_Right ul li:hover .lyIdxPro_img img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyProducts { width:100%; margin:0 auto 60px; padding:0 60px;}
	.NyProducts .NyPro_Right { margin:60px 0 0; padding:0 0 0 60px;}
	.NyProducts #fengye { margin:20px auto 0;}
}
@media (max-width:1440px) {
	.NyProducts { padding:0 40px;}
	.NyProducts .NyPro_Right { padding:0 0 0 40px;}
	.NyProducts #fengye { margin:25px auto 0;}
}
@media (max-width:1366px) {

}
@media (max-width:1280px) {
	
	.NyProducts #fengye { margin:30px auto 0;}
}
@media (max-width:1200px) {
.NyPro_Right ul li{ width:48.5%; margin:0 3% 30px 0;}
.NyPro_Right ul li:nth-child(2n+2){ margin-right:0;}
.NyPro_Right ul li:nth-child(3n+3){ margin:0 3% 30px 0;}
.NyPro_Right ul li:nth-child(6n+6){ margin-right:0;}	
}
@media (max-width:1080px) {
	.NyProducts { margin:0 auto 40px;}
	.NyProducts .NyPro_Left { width:100%; height:auto; margin:0 auto 25px; padding:0; float:inherit;}
	.NyProducts .NyPro_Right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
    .NyProducts #fengye { margin:20px auto 0;}
}
@media (max-width:1024px) {	
}
@media (max-width:800px) {
	.NyProducts { padding:0 30px;}
	.NyProducts .NyPro_Left { width:100%; height:auto; margin:0 auto 20px; padding:0; float:inherit;}
	.NyProducts .NyPro_Right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
    .NyPro_Right ul li .lyIdxPro_img{ height:200px;}
}
@media (max-width:767px) {
	.NyProducts { margin:0 auto 20px; padding:0 12px;}
	.NyPro_Right ul li{ width:100%;}
    .NyPro_Right ul li .lyIdxPro_img{ height:150px;}
    .NyPro_Right ul li .lyIdxPro_name b{ font-size:16px;}
    .NyPro_Right ul li .lyIdxPro_name span{ font-size:14px;}
	.NyProducts #fengye { margin:0 auto;}
}
@media (max-width:375px) {
	
}

/*产品分类 开始*/
.h_left {width:100%;overflow:hidden;background-color:#fff;margin:0 auto;margin: 60px 0 0;border:1px solid #eee;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
.h_left1{ margin:0;}
.cp_type {}
.cp_type .hd {width:100%;height:auto;margin:0 auto 20px;padding: 50px 30px 0;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;background: url(../images/ml_quan.png) no-repeat  46px 22px;}
.cp_type .hd p {width:100%;height:32px;line-height:32px;color:#333;font-size:28px;font-weight:bold;margin: 0 auto 8px;padding: 0 0 12px;border-bottom: 1px solid #eee;}
.cp_type .hd p img {display:block;width:34px;height:29px;padding:0;float: right;}
.cp_type .hd span {display:block;height:24px;line-height:24px;color: #999;font-size: 15px;letter-spacing:2.5px;}
.cp_type .hd i { display:none;}
.cp_type .bd { padding:0 0 10px; clear:both;}
.cp_type .bd ul li { background-color:#fff; padding:0 29px; border-bottom:0px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li.on { padding:15px 29px; background-color:#f9f9f9; border-bottom:1px solid #eee;}
.cp_type .bd ul li p { height:40px; line-height:40px; padding:15px 40px 15px 0; border-bottom:1px solid #eee; position:relative;}
.cp_type .bd ul li:last-child p { border-bottom:0;}
.cp_type .bd ul li p a { display:block; width:100%; padding:0; overflow: hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cp_type .bd ul li p span { display:block; width:40px; height:100%; background:url(../images/mulu0.png) center center no-repeat; cursor:pointer; position:absolute; top:0; right:0;}
.cp_type .bd ul li div { display:none;}
.cp_type .bd ul li div a { display:block; height:32px; line-height:32px; color:#999; font-size:14px; border-top:0px solid #eaeaea; padding:0 0 0 25px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:url(../images/ml_ico1.png) no-repeat 10px center;}
.cp_type .bd ul li div a:first-child { border-top:0;}
.cp_type .bd ul li div a i { display:block; width:4px; height:4px; margin:13px 6px 13px 0; padding:0; border:1px solid #999; border-radius:50%; float:left;}
.cp_type .bd ul li div a:hover i { border:1px solid #0048b5;}
.cp_type .bd ul li.on p { padding:0 40px 0 0; border-bottom:1px solid #f9f9f9;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#0048b5;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu1.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#0048b5; background:url(../images/ml_ico2.png) no-repeat 10px center;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#0048b5; color:#fff;}

.ProAll { width:100%; height:auto; margin:10px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ProAll a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 29px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ProAll a i { display:block; width:40px; height:40px; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:29px;}
.ProAll a:hover { color:#0048b5;}
.ProAll a:hover i { background:url(../images/mulu1.png) center center no-repeat;}

/*相关文章 开始*/
.NyXgwz {width:100%;overflow:hidden;background-color:#fff;margin: 50px auto;border:1px solid #eee;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
.NyXgwz .NyXgwz_Title {width:100%;height:auto;margin:0 auto 20px;padding: 50px 30px 0;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;background: url(../images/ml_quan.png) no-repeat  46px 22px;}
.NyXgwz_Title p { width:100%; height:32px; line-height:32px; color:#333; font-size:28px; font-weight:bold;margin: 0 auto 8px;padding: 0 0 12px;border-bottom: 1px solid #eee;}
.NyXgwz_Title p img { display:block;width:34px;height:29px;padding:0;float: right;}
.NyXgwz_Title span {display:block;height:24px;line-height:24px;color: #999;font-size: 15px;letter-spacing:3px;text-transform: uppercase;
}

.NyXgwz .NyXgwz_List { width:100%; height:auto; min-height:200px; margin:0 auto; padding:0 29px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd { width:100%; height:auto; margin:0 auto; padding:10px 0; border-top:1px solid #eee;}
.NyXgwz_List dl dd a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 40px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd a i { display:block; width:40px; height:40px; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:0;}
.NyXgwz_List dl dd a:hover { color:#0048b5;}
.NyXgwz_List dl dd a:hover i { background:url(../images/mulu1.png) center center no-repeat;}

/*相关文章 结束*/
@media screen and (max-width:1520px) {
	.h_left { margin:60px 0 0;}
	.h_left1{ margin:0;}
	.cp_type .hd span{letter-spacing:2.5px;}
	.NyXgwz_Title span{letter-spacing:6.5px;}
}
@media screen and (max-width:1480px) {
	.cp_type .hd span{letter-spacing:2px;}
	.NyXgwz_Title span{letter-spacing:6px;}
}
@media screen and (max-width:1383px) {
	.cp_type .hd { padding:40px 25px 0;}
	.cp_type .hd span{letter-spacing:1.5px;}
	.cp_type .bd ul li p a { font-size:15px;}
	.ProAll a { font-size:15px;}
	.NyXgwz .NyXgwz_Title{ padding:40px 25px 0;}
	.NyXgwz_List dl dd a { font-size:15px;}
	.NyXgwz_Title span{letter-spacing:5.5px;}
}
@media screen and (max-width:1295px) {
	.cp_type .hd { padding:40px 20px 0;}
	.cp_type .hd span{letter-spacing:1px;}
	.cp_type .bd ul li { padding:0 19px;}
	.cp_type .bd ul li.on { padding:10px 19px;}
	.cp_type .bd ul li p { padding:10px 40px 10px 0;}
	.ProAll a { padding:0 19px;}
	
	.NyXgwz .NyXgwz_Title { padding:40px 20px 0;}
	.NyXgwz .NyXgwz_List { padding:0 19px;}
	.NyXgwz_Title span{letter-spacing:5px;}
}
@media screen and (max-width:1205px) {
.cp_type .hd span{ letter-spacing:0; font-size:14px;}	
.NyXgwz{ margin:30px auto;}
.NyXgwz_Title span{ font-size:14px; letter-spacing:3.5px;}
}
@media screen and (max-width:1080px) {
	.h_left { margin:40px 0 0;}
	.cp_type .hd { height:50px; margin:0 auto 10px; padding:15px; position:relative; background:none;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd p { width:auto;font-size:24px; margin:0 20px 0 0; float:left; border-bottom:0;}
	.cp_type .hd p img{  float: left;width: auto;margin: 2px 8px 0 0;}
	.cp_type .hd span { display:none;}
	.cp_type .hd i { display:block; width:42px; height:42px; margin:0; padding:0; background:rgba(6,166,216,0.06) url(../images/mulu1.png) center center no-repeat; position:absolute; top:9px; right:20px;}
	.cp_type .hd.on i { background:rgba(6,166,216,0.06) url(../images/mulu2.png) center center no-repeat;}
	
	.cp_type .bd ul li { padding:0 20px;}
	.cp_type .bd ul li.on { padding:10px 20px;}
	.cp_type .bd ul li p { padding:10px 40px 10px 0;}
	.cp_type .bd ul li div a { padding:0 0 0 20px;}

	.cp_type .bd { display:none;}
	
	.ProAll a { padding:0 14px;}
	
	.NyXgwz { padding:20px 0 0; margin:40px auto;}
	.NyXgwz .NyXgwz_Title { padding:0 14px;background:none;}
	.NyXgwz_Title p { font-size:26px; border-bottom:0;}
	.NyXgwz_Title p img { float: left;width: auto;margin: 2px 8px 0 0;}
	.NyXgwz_Title span { display:none;}
	.NyXgwz .NyXgwz_List { padding:0 14px;}
}
@media screen and (max-width:1024px) {
	.cp_type { margin:0;}

}
@media screen and (max-width:800px) {
	.h_left { margin:30px 0 0;}	
	.cp_type { margin:0;}
	.cp_type .hd { height:40px;padding:10px;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd p {font-size:22px;}
	.cp_type .hd p img{height: 24px;margin: 4px 5px 0 0;}
	.cp_type .hd span { display:none;}
	.cp_type .hd i {width:38px; height:38px;top:7px;}

	.ProAll a { padding:0 19px;}
	
	.NyXgwz { padding:10px 0 0;margin:30px auto;}
	.NyXgwz .NyXgwz_Title { margin:0 auto 10px; padding:0 10px;}
	.NyXgwz_Title p {font-size:22px; padding:0;}
	.NyXgwz_Title p img {height: 24px;margin: 4px 5px 0 0;}
	.NyXgwz_Title span { display:none;}
	.NyXgwz .NyXgwz_List { padding:0 10px; min-height:inherit;}

}
@media screen and (max-width:767px) {
   
	.cp_type .hd p { margin:0; padding:0; font-size:20px;}
	.cp_type .bd ul li{ padding:0 8px 0 20px;}
	.cp_type .bd ul li.on{ padding:10px 8px 10px 20px;}
	.NyXgwz_Title p { margin:0; padding:0; font-size:20px;}
	.cp_type .hd i{ right:10px;}
	
}
@media screen and (max-width:320px) {
	.cp_type .hd{ padding:10px;}
	.cp_type .hd p, .NyXgwz_Title p { float:inherit;}
	.cp_type .hd i{ width:35px; height:35px; top:6px;}
	.cp_type .hd span, .NyXgwz_Title span { display:none;}
	
}
/*产品分类 结束*/
/*NyProducts 结束*/

/*NyProlist 开始*/
.NyProlist { width:1400px; height:auto; min-height:320px; margin:0 auto 80px; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist .NyProlist_Left { width:23.5%; height:auto; margin:0; padding:0; float:left;}
.NyProlist .NyProlist_Right { width:76.5%; height:auto; margin:60px 0 0; padding:0 0 0 60px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist_Right ul li { width:100%; height:auto; margin:0 auto 15px; padding:15px; background-color:#fff; border-bottom:1px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist_Right ul li:hover { background-color:#0048b5;}
.NyProlist_Right ul li .NyProlist_Img { width:28.5%; height:200px; overflow:hidden; margin:0; padding:0; float:left;}
.NyProlist_Right ul li .NyProlist_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; border:1px solid #eee; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProlist_Right ul li .NyProlist_Img a img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.NyProlist_Right ul li .NyProlist_Text { width:71.5%; height:auto; overflow:hidden; margin:0; padding:15px 15px 25px 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Name a { color:#fff;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { width:100%; height:auto; overflow:hidden; margin:10px auto 20px; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { width:100%; height:56px; overflow:hidden; line-height:28px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Ms p { color:rgba(255,255,255,0.6);}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width:80%; height:auto; margin:0; padding:0; float:left;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { display:block; width:auto; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0 12px 0 0; padding:0 0 0 12px; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; max-width:170px;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd i { display:block; width:6px; height:6px; overflow:hidden; margin:0; padding:0; border:1px solid #0048b5; border-radius:50%; position:absolute; left:0; top:14px;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags dl dd { color:#fff;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags dl dd i { border:1px solid #fff;}
.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { display:block; width:20%; height:36px; line-height:36px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; background-color:#0048b5; border-radius:18px; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyProlist_Right ul li:hover .NyProlist_Text .NyProlist_Tags a.NyProlist_More { color:#0048b5; background-color:#fff;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyProlist { width:100%; margin:0 auto 60px; padding:0 60px;}
	.NyProlist .NyProlist_Right { margin:60px 0 0; padding:0 0 0 60px;}
}
@media (max-width:1440px) {
	.NyProlist { padding:0 40px;}
	.NyProlist .NyProlist_Right { padding:0 0 0 40px;}
}
@media (max-width:1366px) {
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height:50px; line-height:25px; font-size:15px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { width:auto; font-size:14px; padding:0 20px;}
}
@media (max-width:1280px) {
	.NyProlist_Right ul li .NyProlist_Img { height:180px;}
	.NyProlist_Right ul li .NyProlist_Text { padding:2px 15px 2px 30px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms { margin:6px auto 5px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl { width:100%; margin:0 auto 5px; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { float:left;}
	
	.NyProlist #fengye { margin:40px auto 0;}
}
@media (max-width:1200px) {

}
@media (max-width:1080px) {
	.NyProlist { margin:0 auto 40px;}
	.NyProlist .NyProlist_Left { width:100%; height:auto; margin:0 auto 20px; float: inherit;}
	.NyProlist .NyProlist_Right { width:100%; height:auto; margin:0 auto; padding:0; float: inherit;}
	.NyProlist_Right ul li .NyProlist_Text { padding:5px 15px 5px 30px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Name a { height:32px; line-height:32px; font-size:18px;}
	
	.NyProlist #fengye { margin:20px auto 0;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyProlist { padding:0 30px;}
	.NyProlist .NyProlist_Left { width:100%; height:auto; margin:0 auto 20px; float: inherit;}
	.NyProlist .NyProlist_Right { width:100%; height:auto; margin:0 auto; padding:0; float: inherit;}
	.NyProlist_Right ul li { margin:0 auto 10px; padding:10px;}
	.NyProlist_Right ul li .NyProlist_Text { padding:6px 10px 6px 20px;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Ms p { height:48px; line-height:24px; font-size:14px;}
}
@media (max-width:767px) {
	.NyProlist { margin:0 auto 20px; padding:0 12px;}
	.NyProlist_Right ul li .NyProlist_Img { width:100%; height:250px; margin:0 auto; padding:0; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text { width:100%; margin:0 auto; padding:10px; float:inherit;}
	.NyProlist_Right ul li .NyProlist_Text .NyProlist_Tags dl dd { width:100%;float:inherit;}
	
	.NyProlist #fengye { margin:10px auto 0;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	.NyProlist_Right ul li .NyProlist_Img { height:210px;}
}
/*NyProlist 结束*/

/*NyProDetail 开始*/
.NyProDetail { width:1400px; height:auto; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail .NyProDetail_Main { width:100%; height:auto; margin:60px auto; padding:20px; background-color:#f9f9f9; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; clear:both;}
.NyProDetail_Main .NyProDetail_Img { width:40.5%; height:auto; margin:0; padding:0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:88px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:88px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:88px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul { clear:both;}
#spec-list ul li { float:left; display:inline; padding:0; width:23.5%; height:88px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li:nth-child(4) { display:inline; margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:382px; overflow:hidden; padding:0; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:102%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

.NyProDetail_Main .NyProDetail_Text { width:59.5%; height:auto; margin:0; padding:20px 0 20px 40px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name { width:100%; height:auto; min-height:40px; max-height:80px; overflow:hidden; line-height:40px; color:#333; font-size:28px; font-weight:bold; word-break:break-all; position:relative; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 auto 20px; padding:0 0 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name i { display:block; width:4px; height:26px; margin:0; padding:0; background-color:#0048b5; position:absolute; left:4px; top:7px;}
.NyProDetail_Text .NyProDetail_Ms { width:100%; height:auto; overflow:hidden; margin:20px auto 19px; padding:15px 20px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Ms p { width:100%; height:90px; overflow:hidden; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; margin:0 auto; padding:0;}
.NyProDetail_Text .NyProDetail_Ms p span { color:#333; font-weight:bold;}
.NyProDetail_Text .NyProDetail_Tags { width:100%; height:auto; margin:0 auto; padding:0;}
.NyProDetail_Tags dl dd { width:50%; height:auto; margin:0; padding:15px 0; float:left;}
.NyProDetail_Tags dl dd:nth-child(1), .NyProDetail_Tags dl dd:nth-child(2) { border-bottom:1px solid #e5e5e5;}
.NyProDetail_Tags dl dd p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0 10px 0 30px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Tags dl dd p img { display:block; width:22px; height:22px; margin:0; padding:0; position:absolute; left:0; top:9px;}
.NyProDetail_Tags dl dd p span { color:#999;}
.NyProDetail_Text .NyProDetail_Btm { width:100%; height:80px; overflow:hidden; margin:20px auto 0; padding:16px 30px; background-color:#0048b5; border-radius:20px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm .NyProDetail_Tel { width:74%; height:48px; overflow:hidden; margin:0; padding:0 20px 0 64px; border-right:1px solid rgba(255,255,255,0.2); float:left; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm .NyProDetail_Tel img { display:block; width:48px; height:48px; margin:0; padding:0; position:absolute; left:0; top:0;}
.NyProDetail_Btm .NyProDetail_Tel span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:rgba(255,255,255,0.5); font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.NyProDetail_Btm .NyProDetail_Tel p { width:100%; height:26px; overflow:hidden; line-height:26px; color:#fff; font-size:24px; font-weight:bold; word-break:break-all; white-space:nowrap; text-overflow:ellipsis; margin:2px auto 0; padding:0;}
.NyProDetail_Btm a.NyProDetail_Btn { display:block; width:26%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:16px; text-align:right; margin:0; padding:0; float:right;}
.NyProDetail_Btm a.NyProDetail_Btn img { display:block; width:48px; height:48px; margin:0 0 0 20px; padding:0; float:right;}


.NyProDetail .NyProDetail_Content { width:100%; height:auto; margin:60px auto; padding:0;}
.NyProDetail_Content .NyProDetail_Right { width:23.5%; height:auto; margin:0; padding:0; float:right;}
.NyProDetail_Content .NyProDetail_Left { width:76.5%; height:auto; margin:0; padding:0 40px 0 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Left .NyProDetail_Con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyProDetail_Con .NyProDetail_Tit { width:100%; height:auto; margin:0 auto 30px; padding:0; border-top:1px solid #e6e6e6;}
.NyProDetail_Con .NyProDetail_Tit span { display:inline-block; width:auto; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:18px; font-weight:bold; margin:0; padding:0 30px; background-color:#0048b5; border-radius:0 0 22px;}

.NyProDetail_Con .ProDetailText { width:100%; overflow:hidden; line-height: 30px; color: #666; font-size: 16px; margin:0 auto 30px; padding:0;}
.ProDetailText div, .ProDetailText p { margin:0 auto 30px;}
.ProDetailText br { display:none;}
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 30px; color: #666; font-size: 16px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all; text-align:justify;}
.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.ProDetailText b { display:block; line-height: 30px; color: #666; font-size: 16px; font-weight:bold; margin:0 0 5px;}
.ProDetailText table tr td p { text-indent:0!important;}
.ProDetailText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.NyPro_PrevNext { width:100%; height:auto; margin:0 auto 40px; padding:7px 30px; background-color:#0048b5; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext1{ margin-bottom:0;}
.NyPro_PrevNext p { width:42%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext p a { line-height:40px; color:#fff; font-size:16px;}
.NyPro_PrevNext p.NyProPrev { padding:0 0 0 30px;}
.NyPro_PrevNext p.NyProNext { padding:0 30px 0 0; text-align:right;}
.NyPro_PrevNext p img { display:block; width:20px; height:20px; margin:0; padding:0; position:absolute; top:10px;}
.NyPro_PrevNext p.NyProPrev img { left:0;}
.NyPro_PrevNext p.NyProNext img { right:0;}
.NyPro_PrevNext a.NyProAll { display:block; width:16%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; float:left;}
.NyPro_PrevNext a.NyProAll img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 10px 0 0; padding:0;}

.NyProDetail_Order { width:100%; height:auto; overflow:hidden; margin:0 auto 60px; padding:40px 40px 15px; background:#f2f2f2 url(../images/xs.png) left top no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Order .NyProOrder_Main { width:100%; height:auto; margin:0 auto; padding:0; position:relative;}
.NyProOrder_Main .NyProOrder_Left { width:22%; height:auto; margin:0; padding:40px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProOrder_Left .NyProOrder_Title { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.NyProOrder_Title p { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:30px; font-weight:bold; margin:0 auto; padding:0;}
.NyProOrder_Title i { display:block; width:36px; height:4px; margin:10px 0 15px; padding:0; background-color:#0048b5;}
.NyProOrder_Title span { display:block; width:100%; height:auto; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; margin:0 auto; padding:0;}
.NyProOrder_Left .NyProOrder_Img { width:152px; height:152px; overflow:hidden; margin:0 auto; padding:0; border:6px solid #0048b5; border-radius:50%; background-color:#fff; position:relative;}
.NyProOrder_Img img { display:block; width:100%; height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

.NyProOrder_Main .NyProOrder_Right { width:78%; height:auto; margin:0; padding:0 40px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg { width:100%!important; height:auto!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg h3 { display:none!important;}
.NyProOrder_Right #ly_msg.ly_msg ul { width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li h4, .NyProOrder_Right #ly_msg.ly_msg ul li h4.xh { display:none!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li { width:100%!important; height:auto!important; overflow:hidden!important; line-height:inherit!important; color:inherit!important; font-size:inherit!important; margin:0 0 25px!important; padding:0!important; clear:inherit!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48%!important; margin:0 4% 25px 0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48%!important; float:right!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin:25px auto 0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara { width:100%!important; height:auto!important; margin:0!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display:block!important; width:100%!important; height:60px!important; line-height:60px; color:#aaa !important; font-size:16px!important; margin:0!important; padding:0 20px!important; background-color:#fff!important; border:0!important; outline:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:auto; margin:0 10px 0 0!important; padding:0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:240px!important; margin:0 10px 0 0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display:block!important; width:120px!important; height:40px!important; margin:10px 0!important; padding:0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:60px!important; color:#999!important; font-size:16px!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display:block!important; width:100%!important; height:150px!important; line-height:30px; color:#999; font-size:16px!important; margin:0!important; padding:15px 20px!important; background-color:#fff!important; border:0!important; outline:none!important; resize:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:200px!important; height:auto!important; overflow:hidden!important; margin:0!important; padding:0!important; float:inherit!important; position:absolute; left:40px; bottom:45px;}
.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width:200px!important; height:60px!important; overflow:hidden!important; line-height:60px!important; color:#fff!important; font-size:16px!important; text-align:center!important; background-color:#333!important; margin:0 0 20px 0!important; padding:0!important; border:none!important; cursor:pointer!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color:#0048b5!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color:#0048b5!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color:#02409e!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width:100%!important;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyProDetail { width:100%; padding:0 60px;}
}
@media (max-width:1440px) {
	.NyProDetail { padding:0 40px;}
}
@media (max-width:1366px) {
	.NyProDetail_Main .NyProDetail_Img { width:42%;}
	.NyProDetail_Main .NyProDetail_Text { width:58%;}
	.NyProDetail_Text .NyProDetail_Name { font-size:26px;}
	.NyProDetail_Text .NyProDetail_Ms p { font-size:15px;}
	.NyProDetail_Tags dl dd p { font-size:15px;}
	.NyProDetail_Btm .NyProDetail_Tel span { font-size:14px;}
	
	.NyProDetail_Con .ProDetailText { width:100%; overflow:hidden; line-height: 30px; color: #666; font-size: 15px; margin:0 auto 30px; padding:0;}
	.ProDetailText div, .ProDetailText p { margin:0 auto 30px;}
	.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 30px; color: #666; font-size: 15px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all; text-align:justify;}
	.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
	.ProDetailText b { display:block; line-height: 30px; color: #666; font-size: 15px; font-weight:bold; margin:0 0 5px;}
	
	.NyPro_PrevNext p, .NyPro_PrevNext p a { font-size:15px;}
	.NyPro_PrevNext a.NyProAll { font-size:15px;}
}
@media (max-width:1280px) {
	.NyProDetail_Main .NyProDetail_Img { width:45%;}
	.NyProDetail_Main .NyProDetail_Text { width:55%;}
	.NyProDetail_Btm .NyProDetail_Tel { width:70%;}
	.NyProDetail_Btm a.NyProDetail_Btn { width:30%;}
	
	.NyProOrder_Main .NyProOrder_Left { padding:20px;}
	.NyProOrder_Main .NyProOrder_Right { padding:0 20px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { height:50px!important; line-height:50px!important; font-size:15px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { height:145px!important; line-height:25px; font-size:15px!important; padding:10px 20px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li a.yzm_img { margin:5px 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { font-size:15px!important; line-height:50px!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { height:50px!important; line-height:50px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { left:20px;}
	
	
}
@media (max-width:1200px) {
	.NyProDetail_Order { padding:30px 30px 5px;}
}
@media (max-width:1080px) {
	.NyProDetail .NyProDetail_Main { margin:40px auto;}
	.NyProDetail_Content .NyProDetail_Right { width:100%; margin:0 auto 40px; padding:0; float:inherit;}
	.NyProDetail_Content .NyProDetail_Left { width:100%; margin:0 auto; padding:0; float:inherit;}
	.NyProDetail .NyProDetail_Content { margin:40px auto;}
	.NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
	.NyProDetail_Con .ProDetailText { margin:0 auto 20px;}
	.ProDetailText div, .ProDetailText p { margin:0 auto 20px;}
	
	.NyProDetail_Order { margin:0 auto 40px; padding:20px 20px 0;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width: 160px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { height:50px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:180px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { display:block; width:100%; line-height:30px!important; font-size:14px!important; margin:10px auto 0;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size:14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { font-size:14px!important;}
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {
	.NyProDetail { padding: 0 30px;}
	.NyProDetail_Main .NyProDetail_Img { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.jqzoom { height:440px;}
	.NyProDetail_Main .NyProDetail_Text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.NyProDetail_Text .NyProDetail_Ms { margin:20px auto 0;}
	.NyProDetail_Text .NyProDetail_Btm { margin:0 auto;}
	.NyProDetail_Text .NyProDetail_Name { font-size:24px;}
	
	.NyProDetail_Content .NyProDetail_Right { width:100%; margin:0 auto 40px; padding:0; float:inherit;}
	.NyProDetail_Content .NyProDetail_Left { width:100%; margin:0 auto; padding:0; float:inherit;}
	
	.NyProDetail_Order { padding:10px 10px 0;}
	.NyProOrder_Main .NyProOrder_Left { width:100%; margin:0 auto; padding:20px; float:inherit; position:relative;}
	.NyProOrder_Left .NyProOrder_Title { margin:0 auto;}
	.NyProOrder_Left .NyProOrder_Img { width:100px; height:100px; border:3px solid #0048b5; position:absolute; top:20px; right:20px;}
	.NyProOrder_Main .NyProOrder_Right { width:100%; margin:0 auto; padding:20px 20px 10px; float:inherit;}
	.zoomdiv{ display:none !important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin:20px auto!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:100%!important; position:inherit; left:inherit; bottom:inherit;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { margin:0 20px 0 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
}
@media (max-width:767px) {
	.NyProDetail { padding: 0 12px;}
	.NyProDetail .NyProDetail_Main { margin:20px auto; padding:12px;}
	.NyProDetail .NyProDetail_Content { margin:20px auto;}
	.NyProDetail_Con .NyProDetail_Tit { margin:0 auto 20px;}
	.NyProDetail_Con .ProDetailText { margin:0 auto 10px;}
	.ProDetailText div, .ProDetailText p { margin:0 auto 10px;}
	.jqzoom { height:280px;}
	#spec-n5 { height:72px;}
	#spec-list ul li { height:72px;}
	.NyProDetail_Text .NyProDetail_Name { min-height:32px; max-height:64px; line-height:32px; font-size:22px;}
	.NyProDetail_Text .NyProDetail_Name i { height:22px; top:5px;}
	.NyProDetail_Text .NyProDetail_Ms { padding:8px 12px;}
	.NyProDetail_Text .NyProDetail_Ms p { height:auto; max-height:72px; line-height:24px; font-size:14px;}
	.NyProDetail_Text .NyProDetail_Tags { margin:12px auto;}
	.NyProDetail_Tags dl dd { width:100%; margin:0 auto; padding:0; float:inherit; border-bottom:1px solid #e5e5e5;}
	.NyProDetail_Tags dl dd:nth-child(4) { border:0;}
	.NyProDetail_Tags dl dd p { font-size:14px;}
	.NyProDetail_Text .NyProDetail_Btm { height:auto; padding:12px;}
	.NyProDetail_Btm .NyProDetail_Tel { width:100%; height:auto; margin:0 auto; padding:0 0 0 60px; border-right:0;}
	.NyProDetail_Btm a.NyProDetail_Btn { display:none; width:100%; height:auto; font-size:20px; font-weight:bold; margin:0 auto; padding:20px 0 0; text-align:left; float:inherit; border-top:1px solid rgba(255,255,255,0.2); float:inherit;}
	.NyProDetail_Btm a.NyProDetail_Btn img {}
	
	
	.NyProDetail_Content .NyProDetail_Right { margin:0 auto 20px;}
	.NyPro_PrevNext { padding:7px 20px;}
	.NyPro_PrevNext p { width:100%; font-size:14px; text-align:left; padding:0;}
	.NyPro_PrevNext p.NyProNext { text-align:left; padding:0 0 0 30px;}
	.NyPro_PrevNext p.NyProNext img { right: inherit; left:0;}
	.NyPro_PrevNext a.NyProAll { width:100%; font-size:14px; text-align:left;}
	
	.NyProDetail_Order { margin:0 auto 20px; padding:12px;}
	.NyProOrder_Main .NyProOrder_Left { padding:0; margin:0 auto 20px;}
	.NyProOrder_Title p { line-height:36px; font-size:26px;}
	.NyProOrder_Title i { height:3px; margin:7px 0 10px;}
	.NyProOrder_Title span { line-height:24px; font-size:16px;}
	.NyProOrder_Left .NyProOrder_Img { width:74px; height:74px; top:0; right:0;}
	.NyProOrder_Main .NyProOrder_Right { padding:0;}
	.NyProOrder_Right #ly_msg.ly_msg ul li { margin:0 auto 20px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width: 100%!important; margin: 0 auto 20px!important; float: inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:160px!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width:48%!important; margin:0!important;}
	.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { margin: 0 4% 0 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height: 24px!important; font-size: 14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { font-size:14px!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { font-size:14px!important; height: 140px!important; line-height: 24px;}
	.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin: 20px auto 0!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:100%!important; float:inherit!important;}
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { padding:0!important;}
}
@media (max-width:375px) {
	.jqzoom { height:260px;}
	#spec-n5 { height:64px;}
	#spec-list ul li { height:64px;}
}
@media (max-width:320px) {
	.jqzoom { height:220px;}
	#spec-n5 { height:54px;}
	#spec-list ul li { height:54px;}
	
	.NyProDetail_Btm .NyProDetail_Tel img { position:inherit; left:inherit; top:inherit; margin:0 auto 10px;}
	.NyProDetail_Btm .NyProDetail_Tel span, .NyProDetail_Btm .NyProDetail_Tel p { text-align:center;}
	
	.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width: 130px!important;}
}
/*NyProDetail 结束*/

/*详情页内容超出设置*/
@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}
#c_detail_wrap #new-div table td img{max-width:90% !important;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@media (max-width:880px) {
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
}

/*NyDown 开始*/
.NyDown { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#fff;}
.NyDown_Main .NyDown_List { width:100%; height:auto; margin:0 auto; padding:0;}
.NyDown_List ul li { width:48.5%; height:auto; margin:0 3% 30px 0; padding:0 100px 0 0; background-color:#f9f9f9; box-shadow:0 0 0 rgba(0,0,0,0); float:left; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li:nth-child(2n+2) { margin:0 0 30px;}
.NyDown_List ul li .NyDown_Btn { width:100px; height:100px; margin:0; padding:0; border-left:1px solid #e6e6e6; position:absolute; top:0; right:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyDown_List ul li .NyDown_Btn a { display:block; width:100px; height:100px; margin:0 auto; padding:25px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li .NyDown_Btn a i.DwIco { display:block; width:50px; height:50px; margin:0 auto; padding:0; background:url(../images/down.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyDown_List ul li:hover .NyDown_Btn { border-left:1px solid #0048b5;}
.NyDown_List ul li:hover .NyDown_Btn a i.DwIco { background:url(../images/down1.png) center center no-repeat; background-size:100% 100%;}

.NyDown_List ul li .NyDown_Text { width:100%; height:100px; overflow:hidden; margin:0; padding:15px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li .NyDown_Text a.NyDown_Name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto 6px; padding:0 0 0 13px; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyDown_List ul li .NyDown_Text a.NyDown_Name i { display:block; width:3px; height:20px; margin:0; padding:0; background-color:#0048b5; position:absolute; left:0; top:10px;}
.NyDown_List ul li .NyDown_Text span { display:block; width:100%; height:24px; overflow:hidden; line-height:24px; color:#999; font-size:14px; margin:0 auto; padding:0;}
.NyDown_List ul li .NyDown_Text span img { display:block; width:18px; height:18px; margin:2px 6px 2px 0; padding:0; float:left;}
.NyDown_List ul li:hover .NyDown_Text a.NyDown_Name { color:#0048b5;}
.down_btn { width: 100%; overflow: hidden; margin: 40px 0 0; padding: 0; }
.down_btn a{display:inline-block;width: 180px;height: 48px;overflow: hidden;text-align:center;line-height: 48px;color: #0048b5;font-size: 18px;margin: 0 20px;padding: 0;border: 2px solid #0048b5;border-radius: 27px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.down_btn a:hover { color:#fff; background:#0048b5}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.NyDown{ padding:55px 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.NyDown{ padding:45px 0;}
.NyDown_List ul li{ width:100%;}
}
@media (max-width: 767px) {
.NyDown{ padding:35px 0;}
.NyDown_List ul li{ width:100%;}
.NyDown_List ul li .NyDown_Text a.NyDown_Name{ font-size:18px;}
.down_btn a{ width:48.5%; font-size:16px; height:42px; line-height:42px;}
.down_btn a:first-child{ margin-right:3%;}
}

/*NyJob 开始*/
.NyJob { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
.NyJob .NyJob_Con { width:100%; height:auto; margin:2px ​auto 0; padding:60px 0 0; background-color:#fff;}
.NyJob_Con ul li { width:18.4%; height:auto; margin:0 2% 0 0; padding:60px 20px; background-color:#f9f9f9; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_Con ul li:nth-child(5) { margin:0;}
.NyJob_Con ul li:hover { background-color:#0048b5;}
.NyJob_Con ul li i { display:block; width:56px; height:53px; overflow:hidden; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_Con ul li i.JobIco1 { background:url(../images/talent-nav_1.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco2 { background:url(../images/talent-nav_2.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco3 { background:url(../images/talent-nav_3.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco4 { background:url(../images/talent-nav_4.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li i.JobIco5 { background:url(../images/talent-nav_5.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco1 { background:url(../images/talent-nav_10.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco2 { background:url(../images/talent-nav_20.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco3 { background:url(../images/talent-nav_30.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco4 { background:url(../images/talent-nav_40.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover i.JobIco5 { background:url(../images/talent-nav_50.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li span { display:block; width:100%; height:auto; overflow:hidden; line-height:30px; color:#333; font-size:20px; font-weight:bold; text-align:center; margin:15px auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_Con ul li em { display:block; width:44px; height:2px; margin:15px auto 30px; padding:0; background:url(../images/line05.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_Con ul li p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#999; font-size:14px; word-break:break-all; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_Con ul li:hover span { color:#fff;}
.NyJob_Con ul li:hover em { background:url(../images/line06.png) center center no-repeat; background-size:100% 100%;}
.NyJob_Con ul li:hover p { color:rgba(255,255,255,0.65);}

.NyJob .NyJob_Main { height:auto; margin:60px auto; padding:0;}
.NyJob_Main .NyJob_List { width:100%; height:auto; margin:0 auto; padding:0;}
.NyJob_List ul li { width:32%; height:auto; margin:0 2% 30px 0; padding:30px; background-color:#f9f9f9;  float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_List ul li:nth-child(3n+3) { margin:0 0 30px;}
.NyJob_List ul li .NyJob_Name { width:100%; height:auto; margin:0 auto 30px; padding:0 100px 0 0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_List ul li .NyJob_Name a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_List ul li:hover .NyJob_Name a { color:#0048b5;}
.NyJob_List ul li .NyJob_Name i { display:block; width:100px; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:16px; font-style:normal; text-align:right; margin:0; padding:0; position:absolute; top:0; right:0;}
.NyJob_List ul li .NyJob_Name i img { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0; padding:0; vertical-align:middle;}
.NyJob_List ul li .NyJob_Time { width:100%; height:auto; margin:0 auto; padding:30px 0 0; border-top:1px solid #e5e5e5;}
.NyJob_List ul li .NyJob_Time span { display:block; width:auto; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:14px; margin:0; padding:0; float:left;}
.NyJob_List ul li .NyJob_Time span img { display: block; width: 18px; height: 18px; margin: 8px 6px 10px 0; padding: 0; float: left;}
.NyJob_List ul li .NyJob_Time a.NyJob_More { width:108px; height:36px; overflow:hidden; line-height:34px; color:#0048b5; font-size:14px; text-align:center; margin:0; padding:0; background-color:#fff; border:1px solid #0048b5; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJob_List ul li .NyJob_Time a.NyJob_More em { display:inline-block; width:16px; height:16px; margin:-2px 0 0 6px; padding:0; vertical-align:middle; background:url(../images/jt004.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More { color:#fff; background-color:#0048b5;}
.NyJob_List ul li:hover .NyJob_Time a.NyJob_More em { background:url(../images/jt0004.png) center center no-repeat; background-size:100% 100%;}

.NyJobdetail { padding:60px 0;}
.NyJobdetail .NyJobdetail_Title { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:30px; margin:0 auto 30px; padding:0;}
.NyJobdetail_Salary { width:auto; height:40px; line-height:40px; color:#333; font-size:18px; font-weight:bold; margin:0; padding:0; float:right;}
.NyJobdetail_Salary font { color:#0048b5; font-size:30px;}
.NyJobdetail .NyJobdetail_Tips { width:100%; height:auto; overflow:hidden; margin:30px auto; padding:15px 30px; background-color:#f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Tips ul li { width:auto; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 30px 0 0; padding:0; float:left;}
.NyJobdetail_Tips ul li img { display:block; width:18px; height:18px; margin:6px 6px 6px 0; padding:0; float:left;}
.NyJobdetail_Tips ul li span { color:#333;}
.NyJobdetail .NyJobdetail_Con { width:100%; height:auto; overflow:hidden; margin:30px auto 0; padding:30px; background-color:#f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Con dl dd { width:48.5%; height:auto; margin:0 3% 0 0; padding:30px 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Con dl dd:nth-child(2) { margin:0;}
.NyJobdetail_Con dl dd .NyJobdetail_Tit { width:100%; height:auto; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; margin:0 auto 15px; padding:0;}
.NyJobdetail_Tit i { display:block; width:3px; height:18px; background-color:#0048b5; margin:6px 12px 6px 0; padding:0; float:left;}
.NyJobdetail_Con dl dd .NyJobdetail_Text { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 15px; padding:0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyJobdetail_Text div, .NyJobdetail_Text p, .NyJobdetail_Text span, .NyJobdetail_Text font, .NyJobdetail_Text em { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
.NyJobdetail_Text div, .NyJobdetail_Text p { line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 15px; padding:0;}
.NyJobdetail_Con .NyJobdetail_Btn { width:100%; height:auto; overflow:hidden; margin:0 auto 30px; padding:0;}
.NyJobdetail_Btn p { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:16px; margin:0 auto 15px; padding:0;}
.NyJobdetail_Btn p span { color:#0048b5;}
.NyJobdetail_Btn a { display:block; width:160px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; background-color:#0048b5; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJobdetail_Btn a img { display:inline-block; width:17px; height:15px; vertical-align:middle; margin:-2px 0 0 10px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyJobdetail_Btn a:hover { background-color:#0048b5;}
.NyJobdetail_Btn a:hover img { margin:-2px 0 0 20px;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.NyJobdetail{ padding:55px 0;}
.NyJob .NyJob_Con{ padding:55px 0 0;}
.NyJob .NyJob_Main{ margin:55px auto;}
.NyJob_List ul li{ width:49%;}
.NyJob_List ul li:nth-child(2n+2) { margin:0 0 30px;}
.NyJob_List ul li:nth-child(3n+3) { margin:0 2% 30px 0;}
.NyJob_List ul li:nth-child(6n+6) { margin:0 0 30px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.NyJob .NyJob_Con{ padding:45px 0 0;}
.NyJob .NyJob_Main{ margin:45px auto;}
.NyJob_Con ul li{ width:100%; margin-bottom:20px; padding:40px 20px 20px;}
.NyJob_Con ul li em{ margin:15px auto 20px;}
.NyJob_List ul li{ width:100%; padding:20px;}
.NyJobdetail{ padding:45px 0;}
.NyJobdetail .NyJobdetail_Tips{ padding:15px 20px;}
.NyJobdetail .NyJobdetail_Con{ padding:20px;}
.NyJobdetail_Con dl dd{ width:100%; padding: 10px 0;}
.NyJobdetail_Con dl dd .NyJobdetail_Text{ font-size:15px!important;}
.NyJobdetail_Btn p{ font-size:15px;}
}
@media (max-width: 767px) {
.NyJob .NyJob_Con{ padding:35px 0 0;}
.NyJob .NyJob_Main{ margin:35px auto;}
.NyJob_Con ul li{ width:100%; margin-bottom:20px; padding:40px 30px 30px;}
.NyJob_Con ul li em{ margin:15px auto;}
.NyJob_List ul li{ width:100%; padding:20px;}
.NyJob_List ul li .NyJob_Name a{ font-size:18px;}
.NyJob_List ul li .NyJob_Name i{ font-size:15px;}
.NyJobdetail{ padding:35px 0;}
.NyJobdetail .NyJobdetail_Title{ font-size:24px;}
.NyJobdetail_Salary{ font-size:16px;}
.NyJobdetail_Salary font{ font-size:24px;}
.NyJobdetail .NyJobdetail_Tips{ padding:15px;}
.NyJobdetail_Tips ul li{ font-size:15px;}
.NyJobdetail .NyJobdetail_Con{ padding:15px;}
.NyJobdetail_Con dl dd{ width:100%; padding: 0 0 15px;}
.NyJobdetail_Con dl dd .NyJobdetail_Tit{ font-size:16px;margin: 0 auto 10px;}
.NyJobdetail_Con dl dd .NyJobdetail_Text{ font-size:14px!important; line-height: 26px!important;}
.NyJobdetail_Btn p{ font-size:15px;}
.NyJobdetail_Btn a{ width:130px; height:45px; line-height:45px; font-size:15px;}
.NyJobdetail_Btn a img{ width:auto; height:12px;}
}
/*NyJob 结束*/

/*NyCase 开始*/
.NyProducts .NyCase_Right{ width:76.5%; height:auto; min-height:320px; margin:60px 0 0; padding:0 0 0 60px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyCase_Right ul li { width:31%; height:auto; margin:0 3.5% 40px 0; padding:0; float:left;}
.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 40px;}
.NyCase_Right ul li .NyPro_Img { width:100%; height:250px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #eee; border-bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyCase_Right ul li .NyPro_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCase_Right ul li .NyPro_Img a img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyCase_Right ul li .NyPro_Img1 a img { display:block; width:100%; height:100%; overflow:hidden; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyCase_Right ul li:hover .NyPro_Img { border:1px solid rgba(0,0,0,0.4); border-bottom:0;}
.NyCase_Right ul li:hover .NyPro_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.NyCase_Right ul li .NyPro_Img a i { display:block; width:100%; height:100%; margin:0; padding:0; background:rgba(0,0,0,0.4) url(../images/more00.png) center center no-repeat; background-size:60px 60px; position:absolute; left:0; bottom:100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyCase_Right ul li:hover .NyPro_Img a i { bottom:0;}
.NyCase_Right ul li .NyPro_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyCase_Right ul li .NyPro_Name a { display:block; width:100%; height:60px; overflow:hidden; line-height:40px; color:#fff; font-size:18px; font-weight:bold; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:10px; background-color:#333; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyCase_Right ul li:hover .NyPro_Name a { background-color:#0048b5;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	.NyProducts .NyCase_Right { margin:60px 0 0; padding:0 0 0 60px;}
}
@media (max-width:1440px) {
	.NyProducts .NyCase_Right { padding:0 0 0 40px;}
	.NyCase_Right ul li { width:31%; height:auto; margin:0 3.5% 35px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 35px;}
	.NyProducts #fengye { margin:25px auto 0;}
}
@media (max-width:1366px) {

}
@media (max-width:1280px) {
	.NyCase_Right ul li { width:31%; height:auto; margin:0 3.5% 30px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 30px;}
	.NyCase_Right ul li .NyPro_Img { height:240px;}
	.NyCase_Right ul li .NyPro_Name a { height:50px; padding:5px 10px; font-size:17px;}
	.NyProducts #fengye { margin:30px auto 0;}
}
@media (max-width:1200px) {

}
@media (max-width:1080px) {
	.NyProducts .NyCase_Right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
	.NyCase_Right ul li { width:31.8%; height:auto; margin:0 2.3% 20px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 0 20px;}
	.NyCase_Right ul li .NyPro_Img { height:220px;}

	.NyCase_Right ul li .NyPro_Name a { font-size:16px;}
	.NyProducts #fengye { margin:20px auto 0;}
}
@media (max-width:1024px) {	
	.NyCase_Right ul li .NyPro_Name a { height:40px; font-size:15px; padding:0 10px;}
}
@media (max-width:800px) {
	.NyProducts .NyCase_Right { width:100%; height:auto; margin:0 auto; padding:0; float:inherit;}
	.NyCase_Right ul li .NyPro_Img { height:200px;}
}
@media (max-width:767px) {
	.NyProducts { margin:0 auto 20px; padding:0 12px;}
	.NyCase_Right ul li { width:48.5%; height:auto; margin:0 3% 20px 0; padding:0; float:left;}
	.NyCase_Right ul li:nth-child(3n+3) { margin:0 3% 20px 0;}
	.NyCase_Right ul li:nth-child(2n+2) { margin:0 0 20px 0;}
	.NyCase_Right ul li .NyPro_Img { height:160px;}
	.NyProducts #fengye { margin:0 auto;}
}
@media (max-width:375px) {
	
}
@media (max-width:320px) {
	.NyCase_Right ul li { width:100%; height:auto; margin:0 auto 20px; padding:0; float:inherit;}
	.NyCase_Right ul li:nth-child(2n+2), .NyCase_Right ul li:nth-child(3n+3) { margin:0 auto 20px;}
	.NyCase_Right ul li .NyPro_Img { height:250px;}
}

 /*NyCase 结束*/